#A04B82

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

Shades of Strikemaster #A04B82

Tints of Strikemaster #A04B82

Color information

#A04B82 (or 0xA04B82) is unknown color: approx Strikemaster. HEX triplet: A0, 4B and 82. RGB value is (160,75,130). Sum of RGB (Red+Green+Blue) = 160+75+130=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B82 is #5FB47D. Grayscale: #6A6A6A. Windows color (decimal): -6272126 or 8539040. OLE color: 8539040.

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

Color convert

RGB16075130-
CMYK00.530.190.37
HSL321.18º36.17%46.08%-
HSV(B)321.18º53.12%62.75%-
XYZ21.0414.1222.73-
YUV106.68141.16166.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=43.84%
G=20.55%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607513000.530.190.37321.1836.1746.08
HexA04B820351325141242e
Octal24011320206523455014456
Binary10100000100101110000010011010110011100101101000001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B82; }

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

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

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

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

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

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

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

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