#AEACE0

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

Shades of Lavender Grey #AEACE0

Tints of Lavender Grey #AEACE0

Color information

#AEACE0 (or 0xAEACE0) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and E0. RGB value is (174,172,224). Sum of RGB (Red+Green+Blue) = 174+172+224=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACE0 is #51531F. Grayscale: #B2B2B2. Windows color (decimal): -5329696 or 14724270. OLE color: 14724270.

HSL color Cylindrical-coordinate representation of color #AEACE0: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEACE0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174172224-
CMYK0.220.2300.12
HSL242.31º45.61%77.65%-
HSV(B)242.31º23.21%87.84%-
XYZ45.6643.8976.59-
YUV178.53153.66124.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=30.53%
G=30.18%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741722240.220.2300.12242.3145.6177.65
HexAEACE016170Cf22e4e
Octal256254340262701436256116
Binary101011101010110011100000101101011101100111100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACE0; }

 p { color: rgb(174,172,224); }

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

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

 a { background-color: rgb(174,172,224); }

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

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

 span { border-color: rgb(174,172,224); }

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