#AEAAE6

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

Shades of Lavender Grey #AEAAE6

Tints of Lavender Grey #AEAAE6

Color information

#AEAAE6 (or 0xAEAAE6) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E6. RGB value is (174,170,230). Sum of RGB (Red+Green+Blue) = 174+170+230=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEAAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAE6 is #515519. Grayscale: #B1B1B1. Windows color (decimal): -5330202 or 15116974. OLE color: 15116974.

HSL color Cylindrical-coordinate representation of color #AEAAE6: hue angle of 244º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAAE6 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174170230-
CMYK0.240.2600.10
HSL244º54.55%78.43%-
HSV(B)244º26.09%90.2%-
XYZ46.1143.4680.82-
YUV178.04157.33125.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=30.31%
G=29.62%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741702300.240.2600.1024454.5578.43
HexAEAAE6181A0Af4374e
Octal256252346303201236467116
Binary101011101010101011100110110001101001010111101001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE6; }

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

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

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

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

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

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

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

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