Shades of Strikemaster #A3558A
Tints of Strikemaster #A3558A
RGB
CMYK
RGB Variations
Color information
#A3558A (or 0xA3558A) is known color: Strikemaster. HEX triplet: A3, 55 and 8A. RGB value is (163,85,138). Sum of RGB (Red+Green+Blue) = 163+85+138=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3558A is #5CAA75. Grayscale: #727272. Windows color (decimal): -6072950 or 9065891. OLE color: 9065891.
HSL color Cylindrical-coordinate representation of color #A3558A: hue angle of 319.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3558A is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 138 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.36 |
| HSL | 319.23º | 0.31% | 0.49% | - |
| HSV(B) | 319.23º | 0.48% | 0.64% | - |
| XYZ | 22.94 | 16.12 | 25.95 | - |
| YUV | 114.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 138 | 0 | 0.48 | 0.15 | 0.36 | 319.23 | 0.31 | 0.49 |
| Hex | A3 | 55 | 8A | 0 | 30 | F | 24 | 13F | 1F | 31 |
| Octal | 243 | 125 | 212 | 0 | 60 | 17 | 44 | 477 | 37 | 61 |
| Binary | 10100011 | 1010101 | 10001010 | 0 | 110000 | 1111 | 100100 | 100111111 | 11111 | 110001 |
Color Harmonies of #A3558A
Complementary color
Monochromatic Colors of #A3558A
Black with #A3558A
Text Example
Text Example
White with #A3558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3558A; }
p { color: rgb(163,85,138); }
H1.HeaderClassName
{
color: #A3558A;
}
.AnyTagClassName
{
color: #A3558A;
}
</style>
background-color css
<style>
a { background-color: #A3558A; }
a { background-color: rgb(163,85,138); }
div.DivClassName
{
background-color: #A3558A;
}
.BgClassName
{
background-color: #A3558A;
}
</style>
border-color css
<style>
span { border-color: #A3558A; }
span { border-color: rgb(163,85,138); }
td.TdClassName
{
border-color: #A3558A;
}
.TagClassName
{
border-color: #A3558A;
}
</style>