#ABA3CB

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

Shades of Wistful #ABA3CB

Tints of Wistful #ABA3CB

Color information

#ABA3CB (or 0xABA3CB) is unknown color: approx Wistful. HEX triplet: AB, A3 and CB. RGB value is (171,163,203). Sum of RGB (Red+Green+Blue) = 171+163+203=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CB is #545C34. Grayscale: #A9A9A9. Windows color (decimal): -5528629 or 13345707. OLE color: 13345707.

HSL color Cylindrical-coordinate representation of color #ABA3CB: hue angle of 252º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA3CB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171163203-
CMYK0.160.2000.20
HSL252º27.78%71.76%-
HSV(B)252º19.7%79.61%-
XYZ40.6739.1661.92-
YUV169.95146.65128.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=31.84%
G=30.35%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711632030.160.2000.2025227.7871.76
HexABA3CB1014014fc1c48
Octal253243313202402437434110
Binary101010111010001111001011100001010001010011111100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3CB; }

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

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

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

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

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

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

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

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