#AEACE2

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

Shades of Lavender Grey #AEACE2

Tints of Lavender Grey #AEACE2

Color information

#AEACE2 (or 0xAEACE2) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and E2. RGB value is (174,172,226). Sum of RGB (Red+Green+Blue) = 174+172+226=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACE2 is #51531D. Grayscale: #B2B2B2. Windows color (decimal): -5329694 or 14855342. OLE color: 14855342.

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

Color convert

RGB174172226-
CMYK0.230.2400.11
HSL242.22º48.21%78.04%-
HSV(B)242.22º23.89%88.63%-
XYZ45.9443.9978.02-
YUV178.75154.66124.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=30.42%
G=30.07%
B=39.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741722260.230.2400.11242.2248.2178.04
HexAEACE217180Bf2304e
Octal256254342273001336260116
Binary101011101010110011100010101111100001011111100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACE2; }

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

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

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

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

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

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

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

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