#aaa4d8

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

Shades of Wistful #AAA4D8

Tints of Wistful #AAA4D8

Color information

#AAA4D8 (or 0xAAA4D8) is unknown color: approx Wistful. HEX triplet: AA, A4 and D8. RGB value is (170,164,216). Sum of RGB (Red+Green+Blue) = 170+164+216=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAA4D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D8 is #555B27. Grayscale: #ABABAB. Windows color (decimal): -5593896 or 14197930. OLE color: 14197930.

HSL color Cylindrical-coordinate representation of color #AAA4D8: hue angle of 246.92º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA4D8 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170164216-
CMYK0.210.2400.15
HSL246.92º40%74.51%-
HSV(B)246.92º24.07%84.71%-
XYZ42.2540.0570.47-
YUV171.72152.99126.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=30.91%
G=29.82%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701642160.210.2400.15246.924074.51
HexAAA4D815180Ff7284b
Octal252244330253001736750113
Binary101010101010010011011000101011100001111111101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa4d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa4d8; }

 p { color: rgb(170,164,216); }

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

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

 a { background-color: rgb(170,164,216); }

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

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

 span { border-color: rgb(170,164,216); }

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