#A5617F

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

Shades of Strikemaster #A5617F

Tints of Strikemaster #A5617F

Color information

#A5617F (or 0xA5617F) is unknown color: approx Strikemaster. HEX triplet: A5, 61 and 7F. RGB value is (165,97,127). Sum of RGB (Red+Green+Blue) = 165+97+127=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617F is #5A9E80. Grayscale: #787878. Windows color (decimal): -5938817 or 8348069. OLE color: 8348069.

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

Color convert

RGB16597127-
CMYK00.410.230.35
HSL333.53º27.42%51.37%-
HSV(B)333.53º41.21%64.71%-
XYZ23.6218.0822.32-
YUV120.75131.53159.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 127 (50% from 255) = 32.65%
R=42.42%
G=24.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712700.410.230.35333.5327.4251.37
HexA5617F029172314e1b33
Octal24514117705127435163363
Binary101001011100001111111101010011011110001110100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617F; }

 p { color: rgb(165,97,127); }

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

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

 a { background-color: rgb(165,97,127); }

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

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

 span { border-color: rgb(165,97,127); }

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