#ABA3C9

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

Shades of Wistful #ABA3C9

Tints of Wistful #ABA3C9

Color information

#ABA3C9 (or 0xABA3C9) is unknown color: approx Wistful. HEX triplet: AB, A3 and C9. RGB value is (171,163,201). Sum of RGB (Red+Green+Blue) = 171+163+201=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA3C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3C9 is #545C36. Grayscale: #A9A9A9. Windows color (decimal): -5528631 or 13214635. OLE color: 13214635.

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

Color convert

RGB171163201-
CMYK0.150.1900.21
HSL252.63º26.03%71.37%-
HSV(B)252.63º18.91%78.82%-
XYZ40.4339.0760.67-
YUV169.72145.65128.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=31.96%
G=30.47%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711632010.150.1900.21252.6326.0371.37
HexABA3C9F13015fd1a47
Octal253243311172302537532107
Binary10101011101000111100100111111001101010111111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3C9; }

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

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

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

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

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

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

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

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