#AFACDB

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

Shades of Lavender Grey #AFACDB

Tints of Lavender Grey #AFACDB

Color information

#AFACDB (or 0xAFACDB) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and DB. RGB value is (175,172,219). Sum of RGB (Red+Green+Blue) = 175+172+219=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDB is #505324. Grayscale: #B2B2B2. Windows color (decimal): -5264165 or 14396591. OLE color: 14396591.

HSL color Cylindrical-coordinate representation of color #AFACDB: hue angle of 243.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFACDB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175172219-
CMYK0.200.2100.14
HSL243.83º39.5%76.67%-
HSV(B)243.83º21.46%85.88%-
XYZ45.2243.7373.08-
YUV178.26150.99125.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=30.92%
G=30.39%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751722190.200.2100.14243.8339.576.67
HexAFACDB14150Ef4274d
Octal257254333242501636447115
Binary101011111010110011011011101001010101110111101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACDB; }

 p { color: rgb(175,172,219); }

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

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

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

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

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

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

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