#AAABD0

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

Shades of Wistful #AAABD0

Tints of Wistful #AAABD0

Color information

#AAABD0 (or 0xAAABD0) is unknown color: approx Wistful. HEX triplet: AA, AB and D0. RGB value is (170,171,208). Sum of RGB (Red+Green+Blue) = 170+171+208=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABD0 is #55542F. Grayscale: #AEAEAE. Windows color (decimal): -5592112 or 13675434. OLE color: 13675434.

HSL color Cylindrical-coordinate representation of color #AAABD0: hue angle of 238.42º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAABD0 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170171208-
CMYK0.180.1800.18
HSL238.42º28.79%74.12%-
HSV(B)238.42º18.27%81.57%-
XYZ42.5342.2365.58-
YUV174.92146.67124.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=30.97%
G=31.15%
B=37.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701712080.180.1800.18238.4228.7974.12
HexAAABD01212012ee1d4a
Octal252253320222202235635112
Binary101010101010101111010000100101001001001011101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABD0; }

 p { color: rgb(170,171,208); }

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

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

 a { background-color: rgb(170,171,208); }

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

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

 span { border-color: rgb(170,171,208); }

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