#AAA8D4

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

Shades of Wistful #AAA8D4

Tints of Wistful #AAA8D4

Color information

#AAA8D4 (or 0xAAA8D4) is unknown color: approx Wistful. HEX triplet: AA, A8 and D4. RGB value is (170,168,212). Sum of RGB (Red+Green+Blue) = 170+168+212=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAA8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8D4 is #55572B. Grayscale: #ADADAD. Windows color (decimal): -5592876 or 13936810. OLE color: 13936810.

HSL color Cylindrical-coordinate representation of color #AAA8D4: hue angle of 242.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA8D4 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170168212-
CMYK0.200.2100.17
HSL242.73º33.85%74.51%-
HSV(B)242.73º20.75%83.14%-
XYZ42.4641.368.02-
YUV173.61149.66125.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=30.91%
G=30.55%
B=38.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701682120.200.2100.17242.7333.8574.51
HexAAA8D41415011f3224b
Octal252250324242502136342113
Binary1010101010101000110101001010010101010001111100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8D4; }

 p { color: rgb(170,168,212); }

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

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

 a { background-color: rgb(170,168,212); }

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

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

 span { border-color: rgb(170,168,212); }

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