#A04C82

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

Shades of Strikemaster #A04C82

Tints of Strikemaster #A04C82

Color information

#A04C82 (or 0xA04C82) is unknown color: approx Strikemaster. HEX triplet: A0, 4C and 82. RGB value is (160,76,130). Sum of RGB (Red+Green+Blue) = 160+76+130=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C82 is #5FB37D. Grayscale: #6B6B6B. Windows color (decimal): -6271870 or 8539296. OLE color: 8539296.

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

Color convert

RGB16076130-
CMYK00.520.190.37
HSL321.43º35.59%46.27%-
HSV(B)321.43º52.5%62.75%-
XYZ21.1114.2522.76-
YUV107.27140.83165.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=43.72%
G=20.77%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607613000.520.190.37321.4335.5946.27
HexA04C820341325141242e
Octal24011420206423455014456
Binary10100000100110010000010011010010011100101101000001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C82; }

 p { color: rgb(160,76,130); }

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

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

 a { background-color: rgb(160,76,130); }

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

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

 span { border-color: rgb(160,76,130); }

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