#ABA2CB

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

Shades of Wistful #ABA2CB

Tints of Wistful #ABA2CB

Color information

#ABA2CB (or 0xABA2CB) is unknown color: approx Wistful. HEX triplet: AB, A2 and CB. RGB value is (171,162,203). Sum of RGB (Red+Green+Blue) = 171+162+203=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CB is #545D34. Grayscale: #A9A9A9. Windows color (decimal): -5528885 or 13345451. OLE color: 13345451.

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

Color convert

RGB171162203-
CMYK0.160.2000.20
HSL253.17º28.28%71.57%-
HSV(B)253.17º20.2%79.61%-
XYZ40.4938.8161.86-
YUV169.36146.98129.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=31.90%
G=30.22%
B=37.87%

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
Decimal1711622030.160.2000.20253.1728.2871.57
HexABA2CB1014014fd1c48
Octal253242313202402437534110
Binary101010111010001011001011100001010001010011111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2CB; }

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

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

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

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

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

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

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

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