#A0617B

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

Shades of Strikemaster #A0617B

Tints of Strikemaster #A0617B

Color information

#A0617B (or 0xA0617B) is unknown color: approx Strikemaster. HEX triplet: A0, 61 and 7B. RGB value is (160,97,123). Sum of RGB (Red+Green+Blue) = 160+97+123=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0617B is #5F9E84. Grayscale: #767676. Windows color (decimal): -6266501 or 8085920. OLE color: 8085920.

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

Color convert

RGB16097123-
CMYK00.390.230.37
HSL335.24º24.9%50.39%-
HSV(B)335.24º39.38%62.75%-
XYZ22.3517.4520.93-
YUV118.8130.37157.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=42.11%
G=25.53%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609712300.390.230.37335.2424.950.39
HexA0617B027172514f1932
Octal24014117304727455173162
Binary101000001100001111101101001111011110010110100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0617B; }

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

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

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

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

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

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

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

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