Shades of Strikemaster #A3568A
Tints of Strikemaster #A3568A
RGB
CMYK
RGB Variations
Color information
#A3568A (or 0xA3568A) is known color: Strikemaster. HEX triplet: A3, 56 and 8A. RGB value is (163,86,138). Sum of RGB (Red+Green+Blue) = 163+86+138=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3568A is #5CA975. Grayscale: #727272. Windows color (decimal): -6072694 or 9066147. OLE color: 9066147.
HSL color Cylindrical-coordinate representation of color #A3568A: hue angle of 319.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3568A is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 138 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.36 |
| HSL | 319.48º | 0.31% | 0.49% | - |
| HSV(B) | 319.48º | 0.47% | 0.64% | - |
| XYZ | 23.02 | 16.28 | 25.97 | - |
| YUV | 114.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 138 | 0 | 0.47 | 0.15 | 0.36 | 319.48 | 0.31 | 0.49 |
| Hex | A3 | 56 | 8A | 0 | 2F | F | 24 | 13F | 1F | 31 |
| Octal | 243 | 126 | 212 | 0 | 57 | 17 | 44 | 477 | 37 | 61 |
| Binary | 10100011 | 1010110 | 10001010 | 0 | 101111 | 1111 | 100100 | 100111111 | 11111 | 110001 |
Color Harmonies of #A3568A
Complementary color
Monochromatic Colors of #A3568A
Black with #A3568A
Text Example
Text Example
White with #A3568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3568A; }
p { color: rgb(163,86,138); }
H1.HeaderClassName
{
color: #A3568A;
}
.AnyTagClassName
{
color: #A3568A;
}
</style>
background-color css
<style>
a { background-color: #A3568A; }
a { background-color: rgb(163,86,138); }
div.DivClassName
{
background-color: #A3568A;
}
.BgClassName
{
background-color: #A3568A;
}
</style>
border-color css
<style>
span { border-color: #A3568A; }
span { border-color: rgb(163,86,138); }
td.TdClassName
{
border-color: #A3568A;
}
.TagClassName
{
border-color: #A3568A;
}
</style>