COLOR #AF99FD

HEX: #AF99FD RGB: (175,153,253)

Color info

#AF99FD contains mainly blue color. Web safe color of #AF99FD is #9999FF (or #99F).

RGB color model

#AF99FD color RGB value is (175,153,253).

RGB: (175,153,253) (69%, 60%, 99%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 253 of 255 = 99%

175
153
253

R + G + B ~ 76%. #AF99FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 253 = 581 (100%)
R 175 of 581 ~ 30.12%
G 153 of 581 ~ 26.33%
B 253 of 581 ~ 43.55'%

%30.12
%26.33
%43.55

CMYK color model

#AF99FD color CMYK value is (31,40,0,1).

  • cyan value is 30.83%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (31,40,0,1)
C31M40Y0K1 (31%, 40%, 0%, 1%)
(0.31 / 0.40 / 0.00 / 0.01)

CMYK percentages

%30.83
%39.53
%0
%0.78

Codes

Color #AF99FD in popluar color models

AF 99 FD
RGB 175 153 253
HSL 253° 96.15% 79.61%
HSB/HSV 253° 39.53% 99.22%
CMYK 30.83% 39.53% 0.00%
0.78%

Color #AF99FD in popluar number systems.

HEX AF 99 FD
Decimal 175 153 253
Binary 10101111 10011001 11111101
Octal 257 231 375

Shades and tints

Shades of #AF99FD

#AF99FD
(175,153,253)
#A08CE6
(160,140,230)
#917FCF
(145,127,207)
#8272B8
(130,114,184)
#7365A1
(115,101,161)
#64588A
(100,88,138)
#554B73
(85,75,115)
#463E5C
(70,62,92)
#373145
(55,49,69)
#28242E
(40,36,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AF99FD

#AF99FD
(175,153,253)
#B6A2FD
(182,162,253)
#BDABFD
(189,171,253)
#C4B4FD
(196,180,253)
#CBBDFD
(203,189,253)
#D2C6FD
(210,198,253)
#D9CFFD
(217,207,253)
#E0D8FD
(224,216,253)
#E7E1FD
(231,225,253)
#EEEAFD
(238,234,253)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF99FD color. Also use rgb(175,153,253) instead hex code.

Text Font Color

.myTextColor { color: #AF99FD; }

<p style="color:#AF99FD">This sample text font color is #AF99FD.</p>

This text font color is #AF99FD.

Background Color

.myBgColor { background-color: #AF99FD; }

<div style="background-color:#AF99FD">Inner text</div>

This div background color is #AF99FD.

Border color

.myBorderColor { border: 1px solid #AF99FD; }

<div style="border:3px solid #AF99FD">Div</div>

This div border color is #AF99FD.

Opacity

.myOpacity80 { color: #AF99FD; opacity: 0.8; }

<p style="color:#AF99FD;opacity:0.8;">80%</p>

Text with #AF99FD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF99FD;}

<p style="text-shadow: 3px 3px 1px #AF99FD">Text here.</p>

This text has shadow with #AF99FD color.


.textShadow {text-shadow: 3px 3px 1px #AF99FD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF99FD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF99FD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF99FD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF99FD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF99FD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF99FD;
-webkit-box-shadow: 1px 1px 3px 2px #AF99FD;
box-shadow: 1px 1px 3px 2px #AF99FD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF99FD; -webkit-box-shadow: 1px 1px 3px 2px #AF99FD; box-shadow:1px 1px 3px 2px #AF99FD;">
Div content here
</div>

This div box has shadow with color #AF99FD.

Preview

Color preview on black background

This text has color #AF99FD on black background.


Color preview on white background

This text has color #AF99FD on white background.


Black color preview on #AF99FD background

This text has black color on #AF99FD background.


White color preview on #AF99FD background

This text has white color on #AF99FD background.


Related colors

Complementary color

Complementary color for #hex is #506602.


I love getcolorcode.com

Triadic colors

1 #FDAF99 and #99FDAF with #AF99FD are triadic colors.

2 #FD99AF and #99AFFD with #AF99FD are triadic colors.