#AFAFD3

Color #AFAFD3 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AFAFD3

Tints of Lavender Grey #AFAFD3

Color information

#AFAFD3 (or 0xAFAFD3) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and D3. RGB value is (175,175,211). Sum of RGB (Red+Green+Blue) = 175+175+211=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD3 is #50502C. Grayscale: #B2B2B2. Windows color (decimal): -5263405 or 13873071. OLE color: 13873071.

HSL color Cylindrical-coordinate representation of color #AFAFD3: hue angle of 240º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAFD3 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175175211-
CMYK0.170.1700.17
HSL240º29.03%75.69%-
HSV(B)240º17.06%82.75%-
XYZ44.7744.4867.85-
YUV179.1146125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=31.19%
G=31.19%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751752110.170.1700.1724029.0375.69
HexAFAFD31111011f01d4c
Octal257257323212102136035114
Binary101011111010111111010011100011000101000111110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFD3; }

 p { color: rgb(175,175,211); }

 H1.HeaderClassName
 {
   color: #AFAFD3;
 }
 .AnyTagClassName
 {
   color: #AFAFD3;
 }
</style>
background-color css

<style>
 a { background-color: #AFAFD3; }

 a { background-color: rgb(175,175,211); }

 div.DivClassName
 {
   background-color: #AFAFD3;
 }
 .BgClassName
 {
   background-color: #AFAFD3;
 }
</style>
border-color css

<style>
 span { border-color: #AFAFD3; }

 span { border-color: rgb(175,175,211); }

 td.TdClassName
 {
   border-color: #AFAFD3;
 }
 .TagClassName
 {
   border-color: #AFAFD3;
 }
</style>