#AEA6EB

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

Shades of Lavender Grey #AEA6EB

Tints of Lavender Grey #AEA6EB

Color information

#AEA6EB (or 0xAEA6EB) is unknown color: approx Lavender Grey. HEX triplet: AE, A6 and EB. RGB value is (174,166,235). Sum of RGB (Red+Green+Blue) = 174+166+235=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6EB is #515914. Grayscale: #AFAFAF. Windows color (decimal): -5331221 or 15443630. OLE color: 15443630.

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

Color convert

RGB174166235-
CMYK0.260.2900.08
HSL246.96º63.3%78.63%-
HSV(B)246.96º29.36%92.16%-
XYZ46.0942.2784.33-
YUV176.26161.15126.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=30.26%
G=28.87%
B=40.87%

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
Decimal1741662350.260.2900.08246.9663.378.63
HexAEA6EB1A1D08f73f4f
Octal256246353323501036777117
Binary101011101010011011101011110101110101000111101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6EB; }

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

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

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

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

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

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

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

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