#A05589

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

Shades of Strikemaster #A05589

Tints of Strikemaster #A05589

Color information

#A05589 (or 0xA05589) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 89. RGB value is (160,85,137). Sum of RGB (Red+Green+Blue) = 160+85+137=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A05589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05589 is #5FAA76. Grayscale: #717171. Windows color (decimal): -6269559 or 9000352. OLE color: 9000352.

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

Color convert

RGB16085137-
CMYK00.470.140.37
HSL318.4º30.61%48.04%-
HSV(B)318.4º46.88%62.75%-
XYZ22.2615.7825.54-
YUV113.35141.35161.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=41.88%
G=22.25%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608513700.470.140.37318.430.6148.04
HexA0558902FE2513e1f30
Octal24012521105716454763760
Binary101000001010101100010010101111111010010110011111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05589; }

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

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

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

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

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

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

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

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