#AFA7EE

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

Shades of Lavender Grey #AFA7EE

Tints of Lavender Grey #AFA7EE

Color information

#AFA7EE (or 0xAFA7EE) is unknown color: approx Lavender Grey. HEX triplet: AF, A7 and EE. RGB value is (175,167,238). Sum of RGB (Red+Green+Blue) = 175+167+238=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7EE is #505811. Grayscale: #B1B1B1. Windows color (decimal): -5265426 or 15640495. OLE color: 15640495.

HSL color Cylindrical-coordinate representation of color #AFA7EE: hue angle of 246.76º degrees, saturation: 0.68, 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 #AFA7EE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175167238-
CMYK0.260.3000.07
HSL246.76º67.62%79.41%-
HSV(B)246.76º29.83%93.33%-
XYZ46.9342.9286.7-
YUV177.49162.15126.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=30.17%
G=28.79%
B=41.03%

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
Decimal1751672380.260.3000.07246.7667.6279.41
HexAFA7EE1A1E07f7444f
Octal257247356323607367104117
Binary101011111010011111101110110101111001111111011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7EE; }

 p { color: rgb(175,167,238); }

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

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

 a { background-color: rgb(175,167,238); }

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

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

 span { border-color: rgb(175,167,238); }

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