#ABA4C5

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

Shades of Wistful #ABA4C5

Tints of Wistful #ABA4C5

Color information

#ABA4C5 (or 0xABA4C5) is unknown color: approx Wistful. HEX triplet: AB, A4 and C5. RGB value is (171,164,197). Sum of RGB (Red+Green+Blue) = 171+164+197=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABA4C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4C5 is #545B3A. Grayscale: #A9A9A9. Windows color (decimal): -5528379 or 12952747. OLE color: 12952747.

HSL color Cylindrical-coordinate representation of color #ABA4C5: hue angle of 252.73º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA4C5 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171164197-
CMYK0.130.1700.23
HSL252.73º22.15%70.78%-
HSV(B)252.73º16.75%77.25%-
XYZ40.1539.2458.28-
YUV169.86143.32128.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=32.14%
G=30.83%
B=37.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711641970.130.1700.23252.7322.1570.78
HexABA4C5D11017fd1647
Octal253244305152102737526107
Binary10101011101001001100010111011000101011111111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4C5; }

 p { color: rgb(171,164,197); }

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

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

 a { background-color: rgb(171,164,197); }

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

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

 span { border-color: rgb(171,164,197); }

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