Shades of Strikemaster #A35189
Tints of Strikemaster #A35189
RGB
CMYK
RGB Variations
Color information
#A35189 (or 0xA35189) is known color: Strikemaster. HEX triplet: A3, 51 and 89. RGB value is (163,81,137). Sum of RGB (Red+Green+Blue) = 163+81+137=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A35189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35189 is #5CAE76. Grayscale: #6F6F6F. Windows color (decimal): -6073975 or 8999331. OLE color: 8999331.
HSL color Cylindrical-coordinate representation of color #A35189: hue angle of 319.02º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35189 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 137 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.36 |
| HSL | 319.02º | 0.34% | 0.48% | - |
| HSV(B) | 319.02º | 0.5% | 0.64% | - |
| XYZ | 22.56 | 15.48 | 25.47 | - |
| YUV | 111.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 137 | 0 | 0.50 | 0.16 | 0.36 | 319.02 | 0.34 | 0.48 |
| Hex | A3 | 51 | 89 | 0 | 32 | 10 | 24 | 13F | 22 | 30 |
| Octal | 243 | 121 | 211 | 0 | 62 | 20 | 44 | 477 | 42 | 60 |
| Binary | 10100011 | 1010001 | 10001001 | 0 | 110010 | 10000 | 100100 | 100111111 | 100010 | 110000 |
Color Harmonies of #A35189
Complementary color
Monochromatic Colors of #A35189
Black with #A35189
Text Example
Text Example
White with #A35189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35189; }
p { color: rgb(163,81,137); }
H1.HeaderClassName
{
color: #A35189;
}
.AnyTagClassName
{
color: #A35189;
}
</style>
background-color css
<style>
a { background-color: #A35189; }
a { background-color: rgb(163,81,137); }
div.DivClassName
{
background-color: #A35189;
}
.BgClassName
{
background-color: #A35189;
}
</style>
border-color css
<style>
span { border-color: #A35189; }
span { border-color: rgb(163,81,137); }
td.TdClassName
{
border-color: #A35189;
}
.TagClassName
{
border-color: #A35189;
}
</style>