#AEA6EA

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

Shades of Lavender Grey #AEA6EA

Tints of Lavender Grey #AEA6EA

Color information

#AEA6EA (or 0xAEA6EA) is unknown color: approx Lavender Grey. HEX triplet: AE, A6 and EA. RGB value is (174,166,234). Sum of RGB (Red+Green+Blue) = 174+166+234=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6EA is #515915. Grayscale: #AFAFAF. Windows color (decimal): -5331222 or 15378094. OLE color: 15378094.

HSL color Cylindrical-coordinate representation of color #AEA6EA: hue angle of 247.06º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA6EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174166234-
CMYK0.260.2900.08
HSL247.06º61.82%78.43%-
HSV(B)247.06º29.06%91.76%-
XYZ45.9442.2183.57-
YUV176.14160.65126.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=30.31%
G=28.92%
B=40.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741662340.260.2900.08247.0661.8278.43
HexAEA6EA1A1D08f73e4e
Octal256246352323501036776116
Binary101011101010011011101010110101110101000111101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6EA; }

 p { color: rgb(174,166,234); }

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

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

 a { background-color: rgb(174,166,234); }

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

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

 span { border-color: rgb(174,166,234); }

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