#AFA6EB

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

Shades of Lavender Grey #AFA6EB

Tints of Lavender Grey #AFA6EB

Color information

#AFA6EB (or 0xAFA6EB) is unknown color: approx Lavender Grey. HEX triplet: AF, A6 and EB. RGB value is (175,166,235). Sum of RGB (Red+Green+Blue) = 175+166+235=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6EB is #505914. Grayscale: #B0B0B0. Windows color (decimal): -5265685 or 15443631. OLE color: 15443631.

HSL color Cylindrical-coordinate representation of color #AFA6EB: hue angle of 247.83º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA6EB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175166235-
CMYK0.260.2900.08
HSL247.83º63.3%78.63%-
HSV(B)247.83º29.36%92.16%-
XYZ46.3142.3884.34-
YUV176.56160.98126.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=30.38%
G=28.82%
B=40.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751662350.260.2900.08247.8363.378.63
HexAFA6EB1A1D08f83f4f
Octal257246353323501037077117
Binary101011111010011011101011110101110101000111110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6EB; }

 p { color: rgb(175,166,235); }

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

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

 a { background-color: rgb(175,166,235); }

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

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

 span { border-color: rgb(175,166,235); }

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