#AFA6EC

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

Shades of Lavender Grey #AFA6EC

Tints of Lavender Grey #AFA6EC

Color information

#AFA6EC (or 0xAFA6EC) is unknown color: approx Lavender Grey. HEX triplet: AF, A6 and EC. RGB value is (175,166,236). Sum of RGB (Red+Green+Blue) = 175+166+236=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6EC is #505913. Grayscale: #B0B0B0. Windows color (decimal): -5265684 or 15509167. OLE color: 15509167.

HSL color Cylindrical-coordinate representation of color #AFA6EC: hue angle of 247.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA6EC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175166236-
CMYK0.260.3000.07
HSL247.71º64.81%78.82%-
HSV(B)247.71º29.66%92.55%-
XYZ46.4642.4485.1-
YUV176.67161.48126.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=30.33%
G=28.77%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751662360.260.3000.07247.7164.8178.82
HexAFA6EC1A1E07f8414f
Octal257246354323607370101117
Binary101011111010011011101100110101111001111111100010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6EC; }

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

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

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

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

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

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

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

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