#AFACDC

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

Shades of Lavender Grey #AFACDC

Tints of Lavender Grey #AFACDC

Color information

#AFACDC (or 0xAFACDC) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and DC. RGB value is (175,172,220). Sum of RGB (Red+Green+Blue) = 175+172+220=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDC is #505323. Grayscale: #B2B2B2. Windows color (decimal): -5264164 or 14462127. OLE color: 14462127.

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

Color convert

RGB175172220-
CMYK0.200.2200.14
HSL243.75º40.68%76.86%-
HSV(B)243.75º21.82%86.27%-
XYZ45.3543.7973.77-
YUV178.37151.49125.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=30.86%
G=30.34%
B=38.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751722200.200.2200.14243.7540.6876.86
HexAFACDC14160Ef4294d
Octal257254334242601636451115
Binary101011111010110011011100101001011001110111101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACDC; }

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

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

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

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

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

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

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

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