#AFA9E6

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

Shades of Lavender Grey #AFA9E6

Tints of Lavender Grey #AFA9E6

Color information

#AFA9E6 (or 0xAFA9E6) is unknown color: approx Lavender Grey. HEX triplet: AF, A9 and E6. RGB value is (175,169,230). Sum of RGB (Red+Green+Blue) = 175+169+230=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFA9E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9E6 is #505619. Grayscale: #B1B1B1. Windows color (decimal): -5264922 or 15116719. OLE color: 15116719.

HSL color Cylindrical-coordinate representation of color #AFA9E6: hue angle of 245.9º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA9E6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175169230-
CMYK0.240.2700.10
HSL245.9º54.95%78.24%-
HSV(B)245.9º26.52%90.2%-
XYZ46.1543.280.77-
YUV177.75157.49126.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=30.49%
G=29.44%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751692300.240.2700.10245.954.9578.24
HexAFA9E6181B0Af6374e
Octal257251346303301236667116
Binary101011111010100111100110110001101101010111101101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9E6; }

 p { color: rgb(175,169,230); }

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

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

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

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

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

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

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