#AFAADD

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

Shades of Lavender Grey #AFAADD

Tints of Lavender Grey #AFAADD

Color information

#AFAADD (or 0xAFAADD) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and DD. RGB value is (175,170,221). Sum of RGB (Red+Green+Blue) = 175+170+221=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADD is #505522. Grayscale: #B1B1B1. Windows color (decimal): -5264675 or 14527151. OLE color: 14527151.

HSL color Cylindrical-coordinate representation of color #AFAADD: hue angle of 245.88º degrees, saturation: 0.43, 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 #AFAADD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175170221-
CMYK0.210.2300.13
HSL245.88º42.86%76.67%-
HSV(B)245.88º23.08%86.67%-
XYZ45.1143.0874.35-
YUV177.31152.66126.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=30.92%
G=30.04%
B=39.05%

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
Decimal1751702210.210.2300.13245.8842.8676.67
HexAFAADD15170Df62b4d
Octal257252335252701536653115
Binary101011111010101011011101101011011101101111101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAADD; }

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

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

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

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

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

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

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

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