Shades of Strikemaster #A3617E
Tints of Strikemaster #A3617E
RGB
CMYK
RGB Variations
Color information
#A3617E (or 0xA3617E) is known color: Strikemaster. HEX triplet: A3, 61 and 7E. RGB value is (163,97,126). Sum of RGB (Red+Green+Blue) = 163+97+126=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3617E is #5C9E81. Grayscale: #777777. Windows color (decimal): -6069890 or 8282531. OLE color: 8282531.
HSL color Cylindrical-coordinate representation of color #A3617E: hue angle of 333.64º 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 #A3617E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 126 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.36 |
| HSL | 333.64º | 0.26% | 0.51% | - |
| HSV(B) | 333.64º | 0.4% | 0.64% | - |
| XYZ | 23.14 | 17.84 | 21.96 | - |
| YUV | 120.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 126 | 0 | 0.40 | 0.23 | 0.36 | 333.64 | 0.26 | 0.51 |
| Hex | A3 | 61 | 7E | 0 | 28 | 17 | 24 | 14E | 1A | 33 |
| Octal | 243 | 141 | 176 | 0 | 50 | 27 | 44 | 516 | 32 | 63 |
| Binary | 10100011 | 1100001 | 1111110 | 0 | 101000 | 10111 | 100100 | 101001110 | 11010 | 110011 |
Color Harmonies of #A3617E
Complementary color
Monochromatic Colors of #A3617E
Black with #A3617E
Text Example
Text Example
White with #A3617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3617E; }
p { color: rgb(163,97,126); }
H1.HeaderClassName
{
color: #A3617E;
}
.AnyTagClassName
{
color: #A3617E;
}
</style>
background-color css
<style>
a { background-color: #A3617E; }
a { background-color: rgb(163,97,126); }
div.DivClassName
{
background-color: #A3617E;
}
.BgClassName
{
background-color: #A3617E;
}
</style>
border-color css
<style>
span { border-color: #A3617E; }
span { border-color: rgb(163,97,126); }
td.TdClassName
{
border-color: #A3617E;
}
.TagClassName
{
border-color: #A3617E;
}
</style>