#AEACE1

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

Shades of Lavender Grey #AEACE1

Tints of Lavender Grey #AEACE1

Color information

#AEACE1 (or 0xAEACE1) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and E1. RGB value is (174,172,225). Sum of RGB (Red+Green+Blue) = 174+172+225=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACE1 is #51531E. Grayscale: #B2B2B2. Windows color (decimal): -5329695 or 14789806. OLE color: 14789806.

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

Color convert

RGB174172225-
CMYK0.230.2400.12
HSL242.26º46.9%77.84%-
HSV(B)242.26º23.56%88.24%-
XYZ45.843.9477.3-
YUV178.64154.16124.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=30.47%
G=30.12%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741722250.230.2400.12242.2646.977.84
HexAEACE117180Cf22f4e
Octal256254341273001436257116
Binary101011101010110011100001101111100001100111100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACE1; }

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

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

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

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

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

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

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

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