#AEA7EB

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

Shades of Lavender Grey #AEA7EB

Tints of Lavender Grey #AEA7EB

Color information

#AEA7EB (or 0xAEA7EB) is unknown color: approx Lavender Grey. HEX triplet: AE, A7 and EB. RGB value is (174,167,235). Sum of RGB (Red+Green+Blue) = 174+167+235=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA7EB is #515814. Grayscale: #B0B0B0. Windows color (decimal): -5330965 or 15443886. OLE color: 15443886.

HSL color Cylindrical-coordinate representation of color #AEA7EB: hue angle of 246.18º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA7EB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174167235-
CMYK0.260.2900.08
HSL246.18º62.96%78.82%-
HSV(B)246.18º28.94%92.16%-
XYZ46.2742.6384.39-
YUV176.84160.82125.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=30.21%
G=28.99%
B=40.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741672350.260.2900.08246.1862.9678.82
HexAEA7EB1A1D08f63f4f
Octal256247353323501036677117
Binary101011101010011111101011110101110101000111101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7EB; }

 p { color: rgb(174,167,235); }

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

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

 a { background-color: rgb(174,167,235); }

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

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

 span { border-color: rgb(174,167,235); }

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