#A2617C

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

Shades of Strikemaster #A2617C

Tints of Strikemaster #A2617C

Color information

#A2617C (or 0xA2617C) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 7C. RGB value is (162,97,124). Sum of RGB (Red+Green+Blue) = 162+97+124=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617C is #5D9E83. Grayscale: #777777. Windows color (decimal): -6135428 or 8151458. OLE color: 8151458.

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

Color convert

RGB16297124-
CMYK00.400.230.36
HSL335.08º25.9%50.78%-
HSV(B)335.08º40.12%63.53%-
XYZ22.8117.6921.28-
YUV119.51130.53158.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=42.30%
G=25.33%
B=32.38%

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
Decimal1629712400.400.230.36335.0825.950.78
HexA2617C028172414f1a33
Octal24214117405027445173263
Binary101000101100001111110001010001011110010010100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2617C; }

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

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

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

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

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

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

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

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