#ABA4C0

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

Shades of Wistful #ABA4C0

Tints of Wistful #ABA4C0

Color information

#ABA4C0 (or 0xABA4C0) is unknown color: approx Wistful. HEX triplet: AB, A4 and C0. RGB value is (171,164,192). Sum of RGB (Red+Green+Blue) = 171+164+192=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABA4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4C0 is #545B3F. Grayscale: #A9A9A9. Windows color (decimal): -5528384 or 12625067. OLE color: 12625067.

HSL color Cylindrical-coordinate representation of color #ABA4C0: hue angle of 255º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA4C0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171164192-
CMYK0.110.1500.25
HSL255º18.18%69.8%-
HSV(B)255º14.58%75.29%-
XYZ39.5839.0155.31-
YUV169.28140.82129.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=32.45%
G=31.12%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711641920.110.1500.2525518.1869.8
HexABA4C0BF019ff1246
Octal253244300131703137722106
Binary1010101110100100110000001011111101100111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4C0; }

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

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

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

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

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

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

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

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