#AB5A86

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

Shades of Strikemaster #AB5A86

Tints of Strikemaster #AB5A86

Color information

#AB5A86 (or 0xAB5A86) is unknown color: approx Strikemaster. HEX triplet: AB, 5A and 86. RGB value is (171,90,134). Sum of RGB (Red+Green+Blue) = 171+90+134=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A86 is #54A579. Grayscale: #777777. Windows color (decimal): -5547386 or 8805035. OLE color: 8805035.

HSL color Cylindrical-coordinate representation of color #AB5A86: hue angle of 327.41º 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 #AB5A86 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17190134-
CMYK00.470.220.33
HSL327.41º32.53%51.18%-
HSV(B)327.41º47.37%67.06%-
XYZ24.7517.6924.66-
YUV119.24136.34164.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=43.29%
G=22.78%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719013400.470.220.33327.4132.5351.18
HexAB5A8602F16211472133
Octal25313220605726415074163
Binary10101011101101010000110010111110110100001101000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A86; }

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

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

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

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

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

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

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

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