#A2617D

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

Shades of Strikemaster #A2617D

Tints of Strikemaster #A2617D

Color information

#A2617D (or 0xA2617D) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 7D. RGB value is (162,97,125). Sum of RGB (Red+Green+Blue) = 162+97+125=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617D is #5D9E82. Grayscale: #777777. Windows color (decimal): -6135427 or 8216994. OLE color: 8216994.

HSL color Cylindrical-coordinate representation of color #A2617D: hue angle of 334.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2617D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16297125-
CMYK00.400.230.36
HSL334.15º25.9%50.78%-
HSV(B)334.15º40.12%63.53%-
XYZ22.8817.7121.61-
YUV119.63131.03158.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=42.19%
G=25.26%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629712500.400.230.36334.1525.950.78
HexA2617D028172414e1a33
Octal24214117505027445163263
Binary101000101100001111110101010001011110010010100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2617D; }

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

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

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

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

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

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

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

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