#A5617D

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

Shades of Strikemaster #A5617D

Tints of Strikemaster #A5617D

Color information

#A5617D (or 0xA5617D) is unknown color: approx Strikemaster. HEX triplet: A5, 61 and 7D. RGB value is (165,97,125). Sum of RGB (Red+Green+Blue) = 165+97+125=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617D is #5A9E82. Grayscale: #787878. Windows color (decimal): -5938819 or 8216997. OLE color: 8216997.

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

Color convert

RGB16597125-
CMYK00.410.240.35
HSL335.29º27.42%51.37%-
HSV(B)335.29º41.21%64.71%-
XYZ23.4918.0321.64-
YUV120.52130.53159.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=42.64%
G=25.06%
B=32.30%

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
Decimal1659712500.410.240.35335.2927.4251.37
HexA5617D029182314f1b33
Octal24514117505130435173363
Binary101001011100001111110101010011100010001110100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617D; }

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

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

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

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

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

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

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

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