#ABA4BA

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

Shades of Spun Pearl #ABA4BA

Tints of Spun Pearl #ABA4BA

Color information

#ABA4BA (or 0xABA4BA) is unknown color: approx Spun Pearl. HEX triplet: AB, A4 and BA. RGB value is (171,164,186). Sum of RGB (Red+Green+Blue) = 171+164+186=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BA is #545B45. Grayscale: #A8A8A8. Windows color (decimal): -5528390 or 12231851. OLE color: 12231851.

HSL color Cylindrical-coordinate representation of color #ABA4BA: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA4BA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171164186-
CMYK0.080.1200.27
HSL259.09º13.75%68.63%-
HSV(B)259.09º11.83%72.94%-
XYZ38.9338.7551.88-
YUV168.6137.82129.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=32.82%
G=31.48%
B=35.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711641860.080.1200.27259.0913.7568.63
HexABA4BA8C01B103e45
Octal253244272101403340316105
Binary1010101110100100101110101000110001101110000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4BA; }

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

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

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

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

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

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

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

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