#ABA4B7

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

Shades of Spun Pearl #ABA4B7

Tints of Spun Pearl #ABA4B7

Color information

#ABA4B7 (or 0xABA4B7) is unknown color: approx Spun Pearl. HEX triplet: AB, A4 and B7. RGB value is (171,164,183). Sum of RGB (Red+Green+Blue) = 171+164+183=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4B7 is #545B48. Grayscale: #A8A8A8. Windows color (decimal): -5528393 or 12035243. OLE color: 12035243.

HSL color Cylindrical-coordinate representation of color #ABA4B7: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA4B7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171164183-
CMYK0.070.1000.28
HSL262.11º11.66%68.04%-
HSV(B)262.11º10.38%71.76%-
XYZ38.6238.6350.22-
YUV168.26136.32129.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=33.01%
G=31.66%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711641830.070.1000.28262.1111.6668.04
HexABA4B77A01C106c44
Octal25324426771203440614104
Binary101010111010010010110111111101001110010000011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4B7; }

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

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

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

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

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

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

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

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