#AEAAE2

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

Shades of Lavender Grey #AEAAE2

Tints of Lavender Grey #AEAAE2

Color information

#AEAAE2 (or 0xAEAAE2) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E2. RGB value is (174,170,226). Sum of RGB (Red+Green+Blue) = 174+170+226=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEAAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAE2 is #51551D. Grayscale: #B1B1B1. Windows color (decimal): -5330206 or 14854830. OLE color: 14854830.

HSL color Cylindrical-coordinate representation of color #AEAAE2: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEAAE2 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174170226-
CMYK0.230.2500.11
HSL244.29º49.12%77.65%-
HSV(B)244.29º24.78%88.63%-
XYZ45.5643.2477.9-
YUV177.58155.33125.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=30.53%
G=29.82%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741702260.230.2500.11244.2949.1277.65
HexAEAAE217190Bf4314e
Octal256252342273101336461116
Binary101011101010101011100010101111100101011111101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE2; }

 p { color: rgb(174,170,226); }

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

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

 a { background-color: rgb(174,170,226); }

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

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

 span { border-color: rgb(174,170,226); }

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