#A5617E

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

Shades of Strikemaster #A5617E

Tints of Strikemaster #A5617E

Color information

#A5617E (or 0xA5617E) is unknown color: approx Strikemaster. HEX triplet: A5, 61 and 7E. RGB value is (165,97,126). Sum of RGB (Red+Green+Blue) = 165+97+126=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617E is #5A9E81. Grayscale: #787878. Windows color (decimal): -5938818 or 8282533. OLE color: 8282533.

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

Color convert

RGB16597126-
CMYK00.410.240.35
HSL334.41º27.42%51.37%-
HSV(B)334.41º41.21%64.71%-
XYZ23.5618.0621.98-
YUV120.64131.03159.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=42.53%
G=25%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712600.410.240.35334.4127.4251.37
HexA5617E029182314e1b33
Octal24514117605130435163363
Binary101001011100001111111001010011100010001110100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617E; }

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

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

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

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

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

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

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

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