#AFAFE0

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

Shades of Lavender Grey #AFAFE0

Tints of Lavender Grey #AFAFE0

Color information

#AFAFE0 (or 0xAFAFE0) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and E0. RGB value is (175,175,224). Sum of RGB (Red+Green+Blue) = 175+175+224=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE0 is #50501F. Grayscale: #B4B4B4. Windows color (decimal): -5263392 or 14725039. OLE color: 14725039.

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

Color convert

RGB175175224-
CMYK0.220.2200.12
HSL240º44.14%78.24%-
HSV(B)240º21.88%87.84%-
XYZ46.4645.1676.79-
YUV180.59152.5124.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=30.49%
G=30.49%
B=39.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751752240.220.2200.1224044.1478.24
HexAFAFE016160Cf02c4e
Octal257257340262601436054116
Binary101011111010111111100000101101011001100111100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFE0; }

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

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

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

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

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

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

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

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