Shades of Strikemaster #A3558C
Tints of Strikemaster #A3558C
RGB
CMYK
RGB Variations
Color information
#A3558C (or 0xA3558C) is known color: Strikemaster. HEX triplet: A3, 55 and 8C. RGB value is (163,85,140). Sum of RGB (Red+Green+Blue) = 163+85+140=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3558C is #5CAA73. Grayscale: #727272. Windows color (decimal): -6072948 or 9196963. OLE color: 9196963.
HSL color Cylindrical-coordinate representation of color #A3558C: hue angle of 317.69º 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 #A3558C is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 140 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.36 |
| HSL | 317.69º | 0.31% | 0.49% | - |
| HSV(B) | 317.69º | 0.48% | 0.64% | - |
| XYZ | 23.09 | 16.18 | 26.72 | - |
| YUV | 114.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 140 | 0 | 0.48 | 0.14 | 0.36 | 317.69 | 0.31 | 0.49 |
| Hex | A3 | 55 | 8C | 0 | 30 | E | 24 | 13E | 1F | 31 |
| Octal | 243 | 125 | 214 | 0 | 60 | 16 | 44 | 476 | 37 | 61 |
| Binary | 10100011 | 1010101 | 10001100 | 0 | 110000 | 1110 | 100100 | 100111110 | 11111 | 110001 |
Color Harmonies of #A3558C
Complementary color
Monochromatic Colors of #A3558C
Black with #A3558C
Text Example
Text Example
White with #A3558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3558C; }
p { color: rgb(163,85,140); }
H1.HeaderClassName
{
color: #A3558C;
}
.AnyTagClassName
{
color: #A3558C;
}
</style>
background-color css
<style>
a { background-color: #A3558C; }
a { background-color: rgb(163,85,140); }
div.DivClassName
{
background-color: #A3558C;
}
.BgClassName
{
background-color: #A3558C;
}
</style>
border-color css
<style>
span { border-color: #A3558C; }
span { border-color: rgb(163,85,140); }
td.TdClassName
{
border-color: #A3558C;
}
.TagClassName
{
border-color: #A3558C;
}
</style>