#A05E89

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

Shades of Strikemaster #A05E89

Tints of Strikemaster #A05E89

Color information

#A05E89 (or 0xA05E89) is unknown color: approx Strikemaster. HEX triplet: A0, 5E and 89. RGB value is (160,94,137). Sum of RGB (Red+Green+Blue) = 160+94+137=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05E89 is #5FA176. Grayscale: #767676. Windows color (decimal): -6267255 or 9002656. OLE color: 9002656.

HSL color Cylindrical-coordinate representation of color #A05E89: hue angle of 320.91º degrees, saturation: 0.26, 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 #A05E89 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16094137-
CMYK00.410.140.37
HSL320.91º25.98%49.8%-
HSV(B)320.91º41.25%62.75%-
XYZ23.0217.2925.79-
YUV118.64138.37157.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=40.92%
G=24.04%
B=35.04%

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
Decimal1609413700.410.140.37320.9125.9849.8
HexA05E89029E251411a32
Octal24013621105116455013262
Binary101000001011110100010010101001111010010110100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E89; }

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

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

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

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

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

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

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

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