#ABA5BA

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

Shades of Spun Pearl #ABA5BA

Tints of Spun Pearl #ABA5BA

Color information

#ABA5BA (or 0xABA5BA) is unknown color: approx Spun Pearl. HEX triplet: AB, A5 and BA. RGB value is (171,165,186). Sum of RGB (Red+Green+Blue) = 171+165+186=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BA is #545A45. Grayscale: #A9A9A9. Windows color (decimal): -5528134 or 12232107. OLE color: 12232107.

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

Color convert

RGB171165186-
CMYK0.080.1100.27
HSL257.14º13.21%68.82%-
HSV(B)257.14º11.29%72.94%-
XYZ39.1139.1151.94-
YUV169.19137.49129.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=32.76%
G=31.61%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711651860.080.1100.27257.1413.2168.82
HexABA5BA8B01B101d45
Octal253245272101303340115105
Binary1010101110100101101110101000101101101110000000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5BA; }

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

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

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

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

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

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

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

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