#AFA9E0

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

Shades of Lavender Grey #AFA9E0

Tints of Lavender Grey #AFA9E0

Color information

#AFA9E0 (or 0xAFA9E0) is unknown color: approx Lavender Grey. HEX triplet: AF, A9 and E0. RGB value is (175,169,224). Sum of RGB (Red+Green+Blue) = 175+169+224=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFA9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9E0 is #50561F. Grayscale: #B0B0B0. Windows color (decimal): -5264928 or 14723503. OLE color: 14723503.

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

Color convert

RGB175169224-
CMYK0.220.2500.12
HSL246.55º47.01%77.06%-
HSV(B)246.55º24.55%87.84%-
XYZ45.3242.8776.41-
YUV177.06154.49126.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=30.81%
G=29.75%
B=39.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751692240.220.2500.12246.5547.0177.06
HexAFA9E016190Cf72f4d
Octal257251340263101436757115
Binary101011111010100111100000101101100101100111101111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9E0; }

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

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

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

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

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

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

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

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