#A04E83

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

Shades of Strikemaster #A04E83

Tints of Strikemaster #A04E83

Color information

#A04E83 (or 0xA04E83) is unknown color: approx Strikemaster. HEX triplet: A0, 4E and 83. RGB value is (160,78,131). Sum of RGB (Red+Green+Blue) = 160+78+131=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E83 is #5FB17C. Grayscale: #6C6C6C. Windows color (decimal): -6271357 or 8605344. OLE color: 8605344.

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

Color convert

RGB16078131-
CMYK00.510.180.37
HSL321.22º34.45%46.67%-
HSV(B)321.22º51.25%62.75%-
XYZ21.3214.5623.16-
YUV108.56140.67164.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=43.36%
G=21.14%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607813100.510.180.37321.2234.4546.67
HexA04E830331225141222f
Octal24011620306322455014257
Binary10100000100111010000011011001110010100101101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E83; }

 p { color: rgb(160,78,131); }

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

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

 a { background-color: rgb(160,78,131); }

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

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

 span { border-color: rgb(160,78,131); }

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