#A1617D

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

Shades of Strikemaster #A1617D

Tints of Strikemaster #A1617D

Color information

#A1617D (or 0xA1617D) is unknown color: approx Strikemaster. HEX triplet: A1, 61 and 7D. RGB value is (161,97,125). Sum of RGB (Red+Green+Blue) = 161+97+125=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1617D is #5E9E82. Grayscale: #777777. Windows color (decimal): -6200963 or 8216993. OLE color: 8216993.

HSL color Cylindrical-coordinate representation of color #A1617D: hue angle of 333.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1617D is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16197125-
CMYK00.400.220.37
HSL333.75º25.4%50.59%-
HSV(B)333.75º39.75%63.14%-
XYZ22.6717.6121.61-
YUV119.33131.2157.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=42.04%
G=25.33%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619712500.400.220.37333.7525.450.59
HexA1617D028162514e1933
Octal24114117505026455163163
Binary101000011100001111110101010001011010010110100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1617D; }

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

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

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

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

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

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

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

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