#AFACD6

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

Shades of Lavender Grey #AFACD6

Tints of Lavender Grey #AFACD6

Color information

#AFACD6 (or 0xAFACD6) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and D6. RGB value is (175,172,214). Sum of RGB (Red+Green+Blue) = 175+172+214=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD6 is #505329. Grayscale: #B1B1B1. Windows color (decimal): -5264170 or 14068911. OLE color: 14068911.

HSL color Cylindrical-coordinate representation of color #AFACD6: hue angle of 244.29º degrees, saturation: 0.34, 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 #AFACD6 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175172214-
CMYK0.180.2000.16
HSL244.29º33.87%75.69%-
HSV(B)244.29º19.63%83.92%-
XYZ44.5743.4769.66-
YUV177.68148.49126.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=31.19%
G=30.66%
B=38.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751722140.180.2000.16244.2933.8775.69
HexAFACD61214010f4224c
Octal257254326222402036442114
Binary1010111110101100110101101001010100010000111101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACD6; }

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

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

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

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

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

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

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

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