Shades of Strikemaster #A3618F
Tints of Strikemaster #A3618F
RGB
CMYK
RGB Variations
Color information
#A3618F (or 0xA3618F) is known color: Strikemaster. HEX triplet: A3, 61 and 8F. RGB value is (163,97,143). Sum of RGB (Red+Green+Blue) = 163+97+143=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3618F is #5C9E70. Grayscale: #797979. Windows color (decimal): -6069873 or 9396643. OLE color: 9396643.
HSL color Cylindrical-coordinate representation of color #A3618F: hue angle of 318.18º 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 #A3618F is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 143 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.36 |
| HSL | 318.18º | 0.26% | 0.51% | - |
| HSV(B) | 318.18º | 0.4% | 0.64% | - |
| XYZ | 24.34 | 18.32 | 28.24 | - |
| YUV | 121.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 143 | 0 | 0.40 | 0.12 | 0.36 | 318.18 | 0.26 | 0.51 |
| Hex | A3 | 61 | 8F | 0 | 28 | C | 24 | 13E | 1A | 33 |
| Octal | 243 | 141 | 217 | 0 | 50 | 14 | 44 | 476 | 32 | 63 |
| Binary | 10100011 | 1100001 | 10001111 | 0 | 101000 | 1100 | 100100 | 100111110 | 11010 | 110011 |
Color Harmonies of #A3618F
Complementary color
Monochromatic Colors of #A3618F
Black with #A3618F
Text Example
Text Example
White with #A3618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3618F; }
p { color: rgb(163,97,143); }
H1.HeaderClassName
{
color: #A3618F;
}
.AnyTagClassName
{
color: #A3618F;
}
</style>
background-color css
<style>
a { background-color: #A3618F; }
a { background-color: rgb(163,97,143); }
div.DivClassName
{
background-color: #A3618F;
}
.BgClassName
{
background-color: #A3618F;
}
</style>
border-color css
<style>
span { border-color: #A3618F; }
span { border-color: rgb(163,97,143); }
td.TdClassName
{
border-color: #A3618F;
}
.TagClassName
{
border-color: #A3618F;
}
</style>