#A0647D

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

Shades of Strikemaster #A0647D

Tints of Strikemaster #A0647D

Color information

#A0647D (or 0xA0647D) is unknown color: approx Strikemaster. HEX triplet: A0, 64 and 7D. RGB value is (160,100,125). Sum of RGB (Red+Green+Blue) = 160+100+125=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0647D is #5F9B82. Grayscale: #787878. Windows color (decimal): -6265731 or 8217760. OLE color: 8217760.

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

Color convert

RGB160100125-
CMYK00.380.220.37
HSL335º24%50.98%-
HSV(B)335º37.5%62.75%-
XYZ22.7618.0721.69-
YUV120.79130.38155.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=41.56%
G=25.97%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010012500.380.220.373352450.98
HexA0647D026162514f1833
Octal24014417504626455173063
Binary101000001100100111110101001101011010010110100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0647D; }

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

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

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

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

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

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

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

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