#ABAAC9

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

Shades of Wistful #ABAAC9

Tints of Wistful #ABAAC9

Color information

#ABAAC9 (or 0xABAAC9) is unknown color: approx Wistful. HEX triplet: AB, AA and C9. RGB value is (171,170,201). Sum of RGB (Red+Green+Blue) = 171+170+201=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC9 is #545536. Grayscale: #ADADAD. Windows color (decimal): -5526839 or 13216427. OLE color: 13216427.

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

Color convert

RGB171170201-
CMYK0.150.1500.21
HSL241.94º22.3%72.75%-
HSV(B)241.94º15.42%78.82%-
XYZ41.7141.6261.09-
YUV173.83143.33125.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=31.55%
G=31.37%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711702010.150.1500.21241.9422.372.75
HexABAAC9FF015f21649
Octal253252311171702536226111
Binary1010101110101010110010011111111101010111110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC9; }

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

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

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

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

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

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

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

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