#AFADE0

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

Shades of Lavender Grey #AFADE0

Tints of Lavender Grey #AFADE0

Color information

#AFADE0 (or 0xAFADE0) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and E0. RGB value is (175,173,224). Sum of RGB (Red+Green+Blue) = 175+173+224=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADE0 is #50521F. Grayscale: #B3B3B3. Windows color (decimal): -5263904 or 14724527. OLE color: 14724527.

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

Color convert

RGB175173224-
CMYK0.220.2300.12
HSL242.35º45.13%77.84%-
HSV(B)242.35º22.77%87.84%-
XYZ46.0844.3876.66-
YUV179.41153.16124.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=30.59%
G=30.24%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751732240.220.2300.12242.3545.1377.84
HexAFADE016170Cf22d4e
Octal257255340262701436255116
Binary101011111010110111100000101101011101100111100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADE0; }

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

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

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

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

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

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

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

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