#A04B85

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

Shades of Strikemaster #A04B85

Tints of Strikemaster #A04B85

Color information

#A04B85 (or 0xA04B85) is unknown color: approx Strikemaster. HEX triplet: A0, 4B and 85. RGB value is (160,75,133). Sum of RGB (Red+Green+Blue) = 160+75+133=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B85 is #5FB47A. Grayscale: #6A6A6A. Windows color (decimal): -6272123 or 8735648. OLE color: 8735648.

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

Color convert

RGB16075133-
CMYK00.530.170.37
HSL319.06º36.17%46.08%-
HSV(B)319.06º53.12%62.75%-
XYZ21.2514.223.81-
YUV107.03142.66165.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=43.48%
G=20.38%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607513300.530.170.37319.0636.1746.08
HexA04B85035112513f242e
Octal24011320506521454774456
Binary10100000100101110000101011010110001100101100111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B85; }

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

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

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

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

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

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

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

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