#AEAAE1

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

Shades of Lavender Grey #AEAAE1

Tints of Lavender Grey #AEAAE1

Color information

#AEAAE1 (or 0xAEAAE1) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E1. RGB value is (174,170,225). Sum of RGB (Red+Green+Blue) = 174+170+225=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAE1 is #51551E. Grayscale: #B1B1B1. Windows color (decimal): -5330207 or 14789294. OLE color: 14789294.

HSL color Cylindrical-coordinate representation of color #AEAAE1: hue angle of 244.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEAAE1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174170225-
CMYK0.230.2400.12
HSL244.36º47.83%77.45%-
HSV(B)244.36º24.44%88.24%-
XYZ45.4243.1877.18-
YUV177.47154.83125.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=30.58%
G=29.88%
B=39.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741702250.230.2400.12244.3647.8377.45
HexAEAAE117180Cf4304d
Octal256252341273001436460115
Binary101011101010101011100001101111100001100111101001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE1; }

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

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

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

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

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

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

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

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