#AEAED7

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

Shades of Lavender Grey #AEAED7

Tints of Lavender Grey #AEAED7

Color information

#AEAED7 (or 0xAEAED7) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and D7. RGB value is (174,174,215). Sum of RGB (Red+Green+Blue) = 174+174+215=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAED7 is #515128. Grayscale: #B2B2B2. Windows color (decimal): -5329193 or 14134958. OLE color: 14134958.

HSL color Cylindrical-coordinate representation of color #AEAED7: hue angle of 240º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEAED7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174174215-
CMYK0.190.1900.16
HSL240º33.88%76.27%-
HSV(B)240º19.07%84.31%-
XYZ44.8644.1870.45-
YUV178.67148.5124.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=30.91%
G=30.91%
B=38.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741742150.190.1900.1624033.8876.27
HexAEAED71313010f0224c
Octal256256327232302036042114
Binary1010111010101110110101111001110011010000111100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAED7; }

 p { color: rgb(174,174,215); }

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

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

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

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

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

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

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