#AFA9E4

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

Shades of Lavender Grey #AFA9E4

Tints of Lavender Grey #AFA9E4

Color information

#AFA9E4 (or 0xAFA9E4) is unknown color: approx Lavender Grey. HEX triplet: AF, A9 and E4. RGB value is (175,169,228). Sum of RGB (Red+Green+Blue) = 175+169+228=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9E4 is #50561B. Grayscale: #B1B1B1. Windows color (decimal): -5264924 or 14985647. OLE color: 14985647.

HSL color Cylindrical-coordinate representation of color #AFA9E4: hue angle of 246.1º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA9E4 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175169228-
CMYK0.230.2600.11
HSL246.1º52.21%77.84%-
HSV(B)246.1º25.88%89.41%-
XYZ45.8743.0979.3-
YUV177.52156.49126.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=30.59%
G=29.55%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751692280.230.2600.11246.152.2177.84
HexAFA9E4171A0Bf6344e
Octal257251344273201336664116
Binary101011111010100111100100101111101001011111101101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9E4; }

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

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

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

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

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

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

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

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