#AEAAE3

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

Shades of Lavender Grey #AEAAE3

Tints of Lavender Grey #AEAAE3

Color information

#AEAAE3 (or 0xAEAAE3) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E3. RGB value is (174,170,227). Sum of RGB (Red+Green+Blue) = 174+170+227=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAE3 is #51551C. Grayscale: #B1B1B1. Windows color (decimal): -5330205 or 14920366. OLE color: 14920366.

HSL color Cylindrical-coordinate representation of color #AEAAE3: hue angle of 244.21º degrees, saturation: 0.5, 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 #AEAAE3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174170227-
CMYK0.230.2500.11
HSL244.21º50.44%77.84%-
HSV(B)244.21º25.11%89.02%-
XYZ45.743.2978.62-
YUV177.69155.83125.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=30.47%
G=29.77%
B=39.75%

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
Decimal1741702270.230.2500.11244.2150.4477.84
HexAEAAE317190Bf4324e
Octal256252343273101336462116
Binary101011101010101011100011101111100101011111101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE3; }

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

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

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

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

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

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

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

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