#A04F80

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

Shades of Strikemaster #A04F80

Tints of Strikemaster #A04F80

Color information

#A04F80 (or 0xA04F80) is unknown color: approx Strikemaster. HEX triplet: A0, 4F and 80. RGB value is (160,79,128). Sum of RGB (Red+Green+Blue) = 160+79+128=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F80 is #5FB07F. Grayscale: #6C6C6C. Windows color (decimal): -6271104 or 8408992. OLE color: 8408992.

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

Color convert

RGB16079128-
CMYK00.510.200.37
HSL323.7º33.89%46.86%-
HSV(B)323.7º50.63%62.75%-
XYZ21.1914.6222.13-
YUV108.8138.84164.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=43.60%
G=21.53%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607912800.510.200.37323.733.8946.86
HexA04F800331425144222f
Octal24011720006324455044257
Binary10100000100111110000000011001110100100101101000100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F80; }

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

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

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

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

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

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

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

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