#ABABCA

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

Shades of Wistful #ABABCA

Tints of Wistful #ABABCA

Color information

#ABABCA (or 0xABABCA) is unknown color: approx Wistful. HEX triplet: AB, AB and CA. RGB value is (171,171,202). Sum of RGB (Red+Green+Blue) = 171+171+202=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABCA is #545435. Grayscale: #AEAEAE. Windows color (decimal): -5526582 or 13282219. OLE color: 13282219.

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

Color convert

RGB171171202-
CMYK0.150.1500.21
HSL240º22.63%73.14%-
HSV(B)240º15.35%79.22%-
XYZ42.0242.0561.78-
YUV174.53143.5125.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=31.43%
G=31.43%
B=37.13%

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
Decimal1711712020.150.1500.2124022.6373.14
HexABABCAFF015f01749
Octal253253312171702536027111
Binary1010101110101011110010101111111101010111110000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABCA; }

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

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

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

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

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

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

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

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