#AEACD9

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

Shades of Lavender Grey #AEACD9

Tints of Lavender Grey #AEACD9

Color information

#AEACD9 (or 0xAEACD9) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and D9. RGB value is (174,172,217). Sum of RGB (Red+Green+Blue) = 174+172+217=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD9 is #515326. Grayscale: #B1B1B1. Windows color (decimal): -5329703 or 14265518. OLE color: 14265518.

HSL color Cylindrical-coordinate representation of color #AEACD9: hue angle of 242.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEACD9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174172217-
CMYK0.200.2100.15
HSL242.67º37.19%76.27%-
HSV(B)242.67º20.74%85.1%-
XYZ44.7343.5171.69-
YUV177.73150.16125.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=30.91%
G=30.55%
B=38.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741722170.200.2100.15242.6737.1976.27
HexAEACD914150Ff3254c
Octal256254331242501736345114
Binary101011101010110011011001101001010101111111100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD9; }

 p { color: rgb(174,172,217); }

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

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

 a { background-color: rgb(174,172,217); }

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

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

 span { border-color: rgb(174,172,217); }

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