#AEA7CD

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

Shades of Wistful #AEA7CD

Tints of Wistful #AEA7CD

Color information

#AEA7CD (or 0xAEA7CD) is unknown color: approx Wistful. HEX triplet: AE, A7 and CD. RGB value is (174,167,205). Sum of RGB (Red+Green+Blue) = 174+167+205=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7CD is #515832. Grayscale: #ADADAD. Windows color (decimal): -5330995 or 13477806. OLE color: 13477806.

HSL color Cylindrical-coordinate representation of color #AEA7CD: hue angle of 251.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA7CD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174167205-
CMYK0.150.1900.20
HSL251.05º27.54%72.94%-
HSV(B)251.05º18.54%80.39%-
XYZ42.2941.0463.45-
YUV173.42145.82128.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=31.87%
G=30.59%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741672050.150.1900.20251.0527.5472.94
HexAEA7CDF13014fb1c49
Octal256247315172302437334111
Binary10101110101001111100110111111001101010011111011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7CD; }

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

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

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

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

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

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

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

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