#A2617B

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

Shades of Strikemaster #A2617B

Tints of Strikemaster #A2617B

Color information

#A2617B (or 0xA2617B) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 7B. RGB value is (162,97,123). Sum of RGB (Red+Green+Blue) = 162+97+123=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617B is #5D9E84. Grayscale: #777777. Windows color (decimal): -6135429 or 8085922. OLE color: 8085922.

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

Color convert

RGB16297123-
CMYK00.400.240.36
HSL336º25.9%50.78%-
HSV(B)336º40.12%63.53%-
XYZ22.7517.6620.95-
YUV119.4130.03158.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=42.41%
G=25.39%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629712300.400.240.3633625.950.78
HexA2617B02818241501a33
Octal24214117305030445203263
Binary101000101100001111101101010001100010010010101000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2617B; }

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

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

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

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

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

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

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

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