#AAABCA

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

Shades of Wistful #AAABCA

Tints of Wistful #AAABCA

Color information

#AAABCA (or 0xAAABCA) is unknown color: approx Wistful. HEX triplet: AA, AB and CA. RGB value is (170,171,202). Sum of RGB (Red+Green+Blue) = 170+171+202=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABCA is #555435. Grayscale: #AEAEAE. Windows color (decimal): -5592118 or 13282218. OLE color: 13282218.

HSL color Cylindrical-coordinate representation of color #AAABCA: hue angle of 238.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAABCA is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170171202-
CMYK0.160.1500.21
HSL238.12º23.19%72.94%-
HSV(B)238.12º15.84%79.22%-
XYZ41.841.9461.77-
YUV174.24143.67124.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=31.31%
G=31.49%
B=37.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701712020.160.1500.21238.1223.1972.94
HexAAABCA10F015ee1749
Octal252253312201702535627111
Binary10101010101010111100101010000111101010111101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABCA; }

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

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

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

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

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

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

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

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