#A05586

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

Shades of Strikemaster #A05586

Tints of Strikemaster #A05586

Color information

#A05586 (or 0xA05586) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 86. RGB value is (160,85,134). Sum of RGB (Red+Green+Blue) = 160+85+134=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05586 is #5FAA79. Grayscale: #707070. Windows color (decimal): -6269562 or 8803744. OLE color: 8803744.

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

Color convert

RGB16085134-
CMYK00.470.160.37
HSL320.8º30.61%48.04%-
HSV(B)320.8º46.88%62.75%-
XYZ22.0515.6924.42-
YUV113.01139.85161.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=42.22%
G=22.43%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608513400.470.160.37320.830.6148.04
HexA0558602F10251411f30
Octal24012520605720455013760
Binary1010000010101011000011001011111000010010110100000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05586; }

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

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

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

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

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

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

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

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