#AFAADE

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

Shades of Lavender Grey #AFAADE

Tints of Lavender Grey #AFAADE

Color information

#AFAADE (or 0xAFAADE) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and DE. RGB value is (175,170,222). Sum of RGB (Red+Green+Blue) = 175+170+222=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADE is #505521. Grayscale: #B1B1B1. Windows color (decimal): -5264674 or 14592687. OLE color: 14592687.

HSL color Cylindrical-coordinate representation of color #AFAADE: hue angle of 245.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAADE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175170222-
CMYK0.210.2300.13
HSL245.77º44.07%76.86%-
HSV(B)245.77º23.42%87.06%-
XYZ45.2443.1475.05-
YUV177.42153.16126.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=30.86%
G=29.98%
B=39.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751702220.210.2300.13245.7744.0776.86
HexAFAADE15170Df62c4d
Octal257252336252701536654115
Binary101011111010101011011110101011011101101111101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAADE; }

 p { color: rgb(175,170,222); }

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

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

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

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

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

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

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