#AEAAE4

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

Shades of Lavender Grey #AEAAE4

Tints of Lavender Grey #AEAAE4

Color information

#AEAAE4 (or 0xAEAAE4) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E4. RGB value is (174,170,228). Sum of RGB (Red+Green+Blue) = 174+170+228=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEAAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAE4 is #51551B. Grayscale: #B1B1B1. Windows color (decimal): -5330204 or 14985902. OLE color: 14985902.

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

Color convert

RGB174170228-
CMYK0.240.2500.11
HSL244.14º51.79%78.04%-
HSV(B)244.14º25.44%89.41%-
XYZ45.8343.3579.35-
YUV177.81156.33125.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=30.42%
G=29.72%
B=39.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741702280.240.2500.11244.1451.7978.04
HexAEAAE418190Bf4344e
Octal256252344303101336464116
Binary101011101010101011100100110001100101011111101001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE4; }

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

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

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

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

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

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

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

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