#AFACDF

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

Shades of Lavender Grey #AFACDF

Tints of Lavender Grey #AFACDF

Color information

#AFACDF (or 0xAFACDF) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and DF. RGB value is (175,172,223). Sum of RGB (Red+Green+Blue) = 175+172+223=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDF is #505320. Grayscale: #B2B2B2. Windows color (decimal): -5264161 or 14658735. OLE color: 14658735.

HSL color Cylindrical-coordinate representation of color #AFACDF: hue angle of 243.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFACDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175172223-
CMYK0.220.2300.13
HSL243.53º44.35%77.45%-
HSV(B)243.53º22.87%87.45%-
XYZ45.7543.9575.88-
YUV178.71152.99125.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=30.70%
G=30.18%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751722230.220.2300.13243.5344.3577.45
HexAFACDF16170Df42c4d
Octal257254337262701536454115
Binary101011111010110011011111101101011101101111101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACDF; }

 p { color: rgb(175,172,223); }

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

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

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

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

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

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

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