#A05186

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

Shades of Strikemaster #A05186

Tints of Strikemaster #A05186

Color information

#A05186 (or 0xA05186) is unknown color: approx Strikemaster. HEX triplet: A0, 51 and 86. RGB value is (160,81,134). Sum of RGB (Red+Green+Blue) = 160+81+134=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05186 is #5FAE79. Grayscale: #6E6E6E. Windows color (decimal): -6270586 or 8802720. OLE color: 8802720.

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

Color convert

RGB16081134-
CMYK00.490.160.37
HSL319.75º32.78%47.25%-
HSV(B)319.75º49.38%62.75%-
XYZ21.7415.0824.32-
YUV110.66141.17163.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=42.67%
G=21.6%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608113400.490.160.37319.7532.7847.25
HexA051860311025140212f
Octal24012120606120455004157
Binary10100000101000110000110011000110000100101101000000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05186; }

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

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

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

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

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

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

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

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