#AFACE0

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

Shades of Lavender Grey #AFACE0

Tints of Lavender Grey #AFACE0

Color information

#AFACE0 (or 0xAFACE0) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and E0. RGB value is (175,172,224). Sum of RGB (Red+Green+Blue) = 175+172+224=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACE0 is #50531F. Grayscale: #B2B2B2. Windows color (decimal): -5264160 or 14724271. OLE color: 14724271.

HSL color Cylindrical-coordinate representation of color #AFACE0: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFACE0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175172224-
CMYK0.220.2300.12
HSL243.46º45.61%77.65%-
HSV(B)243.46º23.21%87.84%-
XYZ45.894476.6-
YUV178.82153.49125.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=30.65%
G=30.12%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751722240.220.2300.12243.4645.6177.65
HexAFACE016170Cf32e4e
Octal257254340262701436356116
Binary101011111010110011100000101101011101100111100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACE0; }

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

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

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

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

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

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

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

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