#AEABE4

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

Shades of Lavender Grey #AEABE4

Tints of Lavender Grey #AEABE4

Color information

#AEABE4 (or 0xAEABE4) is unknown color: approx Lavender Grey. HEX triplet: AE, AB and E4. RGB value is (174,171,228). Sum of RGB (Red+Green+Blue) = 174+171+228=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABE4 is #51541B. Grayscale: #B2B2B2. Windows color (decimal): -5329948 or 14986158. OLE color: 14986158.

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

Color convert

RGB174171228-
CMYK0.240.2500.11
HSL243.16º51.35%78.24%-
HSV(B)243.16º25%89.41%-
XYZ46.0243.7379.41-
YUV178.4155.99124.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=30.37%
G=29.84%
B=39.79%

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
Decimal1741712280.240.2500.11243.1651.3578.24
HexAEABE418190Bf3334e
Octal256253344303101336363116
Binary101011101010101111100100110001100101011111100111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABE4; }

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

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

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

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

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

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

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

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