#A05180

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

Shades of Strikemaster #A05180

Tints of Strikemaster #A05180

Color information

#A05180 (or 0xA05180) is unknown color: approx Strikemaster. HEX triplet: A0, 51 and 80. RGB value is (160,81,128). Sum of RGB (Red+Green+Blue) = 160+81+128=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A05180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05180 is #5FAE7F. Grayscale: #6D6D6D. Windows color (decimal): -6270592 or 8409504. OLE color: 8409504.

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

Color convert

RGB16081128-
CMYK00.490.200.37
HSL324.3º32.78%47.25%-
HSV(B)324.3º49.38%62.75%-
XYZ21.3414.9222.18-
YUV109.98138.17163.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=43.36%
G=21.95%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608112800.490.200.37324.332.7847.25
HexA051800311425144212f
Octal24012120006124455044157
Binary10100000101000110000000011000110100100101101000100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05180; }

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

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

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

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

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

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

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

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