#AFAFDB

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

Shades of Lavender Grey #AFAFDB

Tints of Lavender Grey #AFAFDB

Color information

#AFAFDB (or 0xAFAFDB) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and DB. RGB value is (175,175,219). Sum of RGB (Red+Green+Blue) = 175+175+219=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDB is #505024. Grayscale: #B3B3B3. Windows color (decimal): -5263397 or 14397359. OLE color: 14397359.

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

Color convert

RGB175175219-
CMYK0.200.2000.14
HSL240º37.93%77.25%-
HSV(B)240º20.09%85.88%-
XYZ45.844.8973.27-
YUV180.02150124.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=30.76%
G=30.76%
B=38.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751752190.200.2000.1424037.9377.25
HexAFAFDB14140Ef0264d
Octal257257333242401636046115
Binary101011111010111111011011101001010001110111100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFDB; }

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

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

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

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

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

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

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

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