#afaae0

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

Shades of Lavender Grey #AFAAE0

Tints of Lavender Grey #AFAAE0

Color information

#AFAAE0 (or 0xAFAAE0) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and E0. RGB value is (175,170,224). Sum of RGB (Red+Green+Blue) = 175+170+224=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE0 is #50551F. Grayscale: #B1B1B1. Windows color (decimal): -5264672 or 14723759. OLE color: 14723759.

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

Color convert

RGB175170224-
CMYK0.220.2400.12
HSL245.56º46.55%77.25%-
HSV(B)245.56º24.11%87.84%-
XYZ45.5143.2576.47-
YUV177.65154.16126.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=30.76%
G=29.88%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751702240.220.2400.12245.5646.5577.25
HexAFAAE016180Cf62f4d
Octal257252340263001436657115
Binary101011111010101011100000101101100001100111101101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afaae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afaae0; }

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

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

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

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

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

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

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

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