#A5607E

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

Shades of Strikemaster #A5607E

Tints of Strikemaster #A5607E

Color information

#A5607E (or 0xA5607E) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 7E. RGB value is (165,96,126). Sum of RGB (Red+Green+Blue) = 165+96+126=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5607E is #5A9F81. Grayscale: #787878. Windows color (decimal): -5939074 or 8282277. OLE color: 8282277.

HSL color Cylindrical-coordinate representation of color #A5607E: hue angle of 333.91º 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 #A5607E is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16596126-
CMYK00.420.240.35
HSL333.91º27.71%51.18%-
HSV(B)333.91º41.82%64.71%-
XYZ23.4717.8721.95-
YUV120.05131.36160.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=42.64%
G=24.81%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659612600.420.240.35333.9127.7151.18
HexA5607E02A182314e1c33
Octal24514017605230435163463
Binary101001011100000111111001010101100010001110100111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5607E; }

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

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

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

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

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

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

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

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