#A0617D

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

Shades of Strikemaster #A0617D

Tints of Strikemaster #A0617D

Color information

#A0617D (or 0xA0617D) is unknown color: approx Strikemaster. HEX triplet: A0, 61 and 7D. RGB value is (160,97,125). Sum of RGB (Red+Green+Blue) = 160+97+125=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0617D is #5F9E82. Grayscale: #767676. Windows color (decimal): -6266499 or 8216992. OLE color: 8216992.

HSL color Cylindrical-coordinate representation of color #A0617D: hue angle of 333.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0617D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16097125-
CMYK00.390.220.37
HSL333.33º24.9%50.39%-
HSV(B)333.33º39.38%62.75%-
XYZ22.4717.521.6-
YUV119.03131.37157.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=41.88%
G=25.39%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609712500.390.220.37333.3324.950.39
HexA0617D027162514d1932
Octal24014117504726455153162
Binary101000001100001111110101001111011010010110100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0617D; }

 p { color: rgb(160,97,125); }

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

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

 a { background-color: rgb(160,97,125); }

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

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

 span { border-color: rgb(160,97,125); }

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