#AEACE4

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

Shades of Lavender Grey #AEACE4

Tints of Lavender Grey #AEACE4

Color information

#AEACE4 (or 0xAEACE4) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and E4. RGB value is (174,172,228). Sum of RGB (Red+Green+Blue) = 174+172+228=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACE4 is #51531B. Grayscale: #B2B2B2. Windows color (decimal): -5329692 or 14986414. OLE color: 14986414.

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

Color convert

RGB174172228-
CMYK0.240.2500.11
HSL242.14º50.91%78.43%-
HSV(B)242.14º24.56%89.41%-
XYZ46.2144.1179.48-
YUV178.98155.66124.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=30.31%
G=29.97%
B=39.72%

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
Decimal1741722280.240.2500.11242.1450.9178.43
HexAEACE418190Bf2334e
Octal256254344303101336263116
Binary101011101010110011100100110001100101011111100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACE4; }

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

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

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

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

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

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

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

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