#AB5A87

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

Shades of Strikemaster #AB5A87

Tints of Strikemaster #AB5A87

Color information

#AB5A87 (or 0xAB5A87) is unknown color: approx Strikemaster. HEX triplet: AB, 5A and 87. RGB value is (171,90,135). Sum of RGB (Red+Green+Blue) = 171+90+135=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A87 is #54A578. Grayscale: #777777. Windows color (decimal): -5547385 or 8870571. OLE color: 8870571.

HSL color Cylindrical-coordinate representation of color #AB5A87: hue angle of 326.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A87 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17190135-
CMYK00.470.210.33
HSL326.67º32.53%51.18%-
HSV(B)326.67º47.37%67.06%-
XYZ24.8217.7225.03-
YUV119.35136.84164.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719013500.470.210.33326.6732.5351.18
HexAB5A8702F15211472133
Octal25313220705725415074163
Binary10101011101101010000111010111110101100001101000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A87; }

 p { color: rgb(171,90,135); }

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

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

 a { background-color: rgb(171,90,135); }

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

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

 span { border-color: rgb(171,90,135); }

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