#A5607C

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

Shades of Strikemaster #A5607C

Tints of Strikemaster #A5607C

Color information

#A5607C (or 0xA5607C) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 7C. RGB value is (165,96,124). Sum of RGB (Red+Green+Blue) = 165+96+124=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5607C is #5A9F83. Grayscale: #777777. Windows color (decimal): -5939076 or 8151205. OLE color: 8151205.

HSL color Cylindrical-coordinate representation of color #A5607C: hue angle of 335.65º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5607C is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16596124-
CMYK00.420.250.35
HSL335.65º27.71%51.18%-
HSV(B)335.65º41.82%64.71%-
XYZ23.3417.8221.28-
YUV119.82130.36160.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=42.86%
G=24.94%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659612400.420.250.35335.6527.7151.18
HexA5607C02A19231501c33
Octal24514017405231435203463
Binary101001011100000111110001010101100110001110101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5607C; }

 p { color: rgb(165,96,124); }

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

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

 a { background-color: rgb(165,96,124); }

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

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

 span { border-color: rgb(165,96,124); }

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