#AEA7E7

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

Shades of Lavender Grey #AEA7E7

Tints of Lavender Grey #AEA7E7

Color information

#AEA7E7 (or 0xAEA7E7) is unknown color: approx Lavender Grey. HEX triplet: AE, A7 and E7. RGB value is (174,167,231). Sum of RGB (Red+Green+Blue) = 174+167+231=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEA7E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA7E7 is #515818. Grayscale: #B0B0B0. Windows color (decimal): -5330969 or 15181742. OLE color: 15181742.

HSL color Cylindrical-coordinate representation of color #AEA7E7: hue angle of 246.56º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA7E7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174167231-
CMYK0.250.2800.09
HSL246.56º57.14%78.04%-
HSV(B)246.56º27.71%90.59%-
XYZ45.742.4181.38-
YUV176.39158.82126.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=30.42%
G=29.20%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741672310.250.2800.09246.5657.1478.04
HexAEA7E7191C09f7394e
Octal256247347313401136771116
Binary101011101010011111100111110011110001001111101111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7E7; }

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

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

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

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

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

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

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

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