#ABA7B5

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

Shades of Spun Pearl #ABA7B5

Tints of Spun Pearl #ABA7B5

Color information

#ABA7B5 (or 0xABA7B5) is unknown color: approx Spun Pearl. HEX triplet: AB, A7 and B5. RGB value is (171,167,181). Sum of RGB (Red+Green+Blue) = 171+167+181=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7B5 is #54584A. Grayscale: #A9A9A9. Windows color (decimal): -5527627 or 11904939. OLE color: 11904939.

HSL color Cylindrical-coordinate representation of color #ABA7B5: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA7B5 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171167181-
CMYK0.060.0800.29
HSL257.14º8.64%68.24%-
HSV(B)257.14º7.73%70.98%-
XYZ38.9539.6349.31-
YUV169.79134.33128.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=32.95%
G=32.18%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711671810.060.0800.29257.148.6468.24
HexABA7B56801D101944
Octal25324726561003540111104
Binary101010111010011110110101110100001110110000000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7B5; }

 p { color: rgb(171,167,181); }

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

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

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

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

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

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

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