#A05F89

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

Shades of Strikemaster #A05F89

Tints of Strikemaster #A05F89

Color information

#A05F89 (or 0xA05F89) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 89. RGB value is (160,95,137). Sum of RGB (Red+Green+Blue) = 160+95+137=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F89 is #5FA076. Grayscale: #777777. Windows color (decimal): -6266999 or 9002912. OLE color: 9002912.

HSL color Cylindrical-coordinate representation of color #A05F89: hue angle of 321.23º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F89 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16095137-
CMYK00.410.140.37
HSL321.23º25.49%50%-
HSV(B)321.23º40.62%62.75%-
XYZ23.117.4625.82-
YUV119.22138.03157.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=40.82%
G=24.23%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609513700.410.140.37321.2325.4950
HexA05F89029E251411932
Octal24013721105116455013162
Binary101000001011111100010010101001111010010110100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F89; }

 p { color: rgb(160,95,137); }

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

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

 a { background-color: rgb(160,95,137); }

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

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

 span { border-color: rgb(160,95,137); }

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