#A2617F

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

Shades of Strikemaster #A2617F

Tints of Strikemaster #A2617F

Color information

#A2617F (or 0xA2617F) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 7F. RGB value is (162,97,127). Sum of RGB (Red+Green+Blue) = 162+97+127=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617F is #5D9E80. Grayscale: #777777. Windows color (decimal): -6135425 or 8348066. OLE color: 8348066.

HSL color Cylindrical-coordinate representation of color #A2617F: hue angle of 332.31º 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 #A2617F is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16297127-
CMYK00.400.220.36
HSL332.31º25.9%50.78%-
HSV(B)332.31º40.12%63.53%-
XYZ23.0117.7622.29-
YUV119.85132.03158.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 127 (50% from 255) = 32.90%
R=41.97%
G=25.13%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629712700.400.220.36332.3125.950.78
HexA2617F028162414c1a33
Octal24214117705026445143263
Binary101000101100001111111101010001011010010010100110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2617F; }

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

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

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

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

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

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

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

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