#A2617A

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

Shades of Strikemaster #A2617A

Tints of Strikemaster #A2617A

Color information

#A2617A (or 0xA2617A) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 7A. RGB value is (162,97,122). Sum of RGB (Red+Green+Blue) = 162+97+122=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617A is #5D9E85. Grayscale: #777777. Windows color (decimal): -6135430 or 8020386. OLE color: 8020386.

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

Color convert

RGB16297122-
CMYK00.400.250.36
HSL336.92º25.9%50.78%-
HSV(B)336.92º40.12%63.53%-
XYZ22.6917.6420.62-
YUV119.28129.53158.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=42.52%
G=25.46%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629712200.400.250.36336.9225.950.78
HexA2617A02819241511a33
Octal24214117205031445213263
Binary101000101100001111101001010001100110010010101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2617A; }

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

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

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

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

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

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

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

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