#AFACD7

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

Shades of Lavender Grey #AFACD7

Tints of Lavender Grey #AFACD7

Color information

#AFACD7 (or 0xAFACD7) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and D7. RGB value is (175,172,215). Sum of RGB (Red+Green+Blue) = 175+172+215=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD7 is #505328. Grayscale: #B1B1B1. Windows color (decimal): -5264169 or 14134447. OLE color: 14134447.

HSL color Cylindrical-coordinate representation of color #AFACD7: hue angle of 244.19º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFACD7 is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175172215-
CMYK0.190.200.16
HSL244.19º34.96%75.88%-
HSV(B)244.19º20%84.31%-
XYZ44.743.5370.34-
YUV177.8148.99126-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=31.14%
G=30.60%
B=38.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751722150.190.200.16244.1934.9675.88
HexAFACD71314010f4234c
Octal257254327232402036443114
Binary1010111110101100110101111001110100010000111101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACD7; }

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

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

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

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

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

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

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

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