#ABAACA

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

Shades of Wistful #ABAACA

Tints of Wistful #ABAACA

Color information

#ABAACA (or 0xABAACA) is unknown color: approx Wistful. HEX triplet: AB, AA and CA. RGB value is (171,170,202). Sum of RGB (Red+Green+Blue) = 171+170+202=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 170 (66.80% from 255 or 31.31% 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 #ABAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACA is #545535. Grayscale: #ADADAD. Windows color (decimal): -5526838 or 13281963. OLE color: 13281963.

HSL color Cylindrical-coordinate representation of color #ABAACA: hue angle of 241.88º 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 #ABAACA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171170202-
CMYK0.150.1600.21
HSL241.88º23.19%72.94%-
HSV(B)241.88º15.84%79.22%-
XYZ41.8341.6761.72-
YUV173.95143.83125.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711702020.150.1600.21241.8823.1972.94
HexABAACAF10015f21749
Octal253252312172002536227111
Binary10101011101010101100101011111000001010111110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAACA; }

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

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

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

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

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

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

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

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