#A04A83

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

Shades of Strikemaster #A04A83

Tints of Strikemaster #A04A83

Color information

#A04A83 (or 0xA04A83) is unknown color: approx Strikemaster. HEX triplet: A0, 4A and 83. RGB value is (160,74,131). Sum of RGB (Red+Green+Blue) = 160+74+131=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A83 is #5FB57C. Grayscale: #6A6A6A. Windows color (decimal): -6272381 or 8604320. OLE color: 8604320.

HSL color Cylindrical-coordinate representation of color #A04A83: hue angle of 320.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A83 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16074131-
CMYK00.540.180.37
HSL320.23º36.75%45.88%-
HSV(B)320.23º53.75%62.75%-
XYZ21.0414.0123.07-
YUV106.21141.99166.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=43.84%
G=20.27%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607413100.540.180.37320.2336.7545.88
HexA04A830361225140252e
Octal24011220306622455004556
Binary10100000100101010000011011011010010100101101000000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A83; }

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

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

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

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

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

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

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

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