Shades of Strikemaster #A2568A
Tints of Strikemaster #A2568A
RGB
CMYK
RGB Variations
Color information
#A2568A (or 0xA2568A) is known color: Strikemaster. HEX triplet: A2, 56 and 8A. RGB value is (162,86,138). Sum of RGB (Red+Green+Blue) = 162+86+138=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2568A is #5DA975. Grayscale: #727272. Windows color (decimal): -6138230 or 9066146. OLE color: 9066146.
HSL color Cylindrical-coordinate representation of color #A2568A: hue angle of 318.95º 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 #A2568A is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 138 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.36 |
| HSL | 318.95º | 0.31% | 0.49% | - |
| HSV(B) | 318.95º | 0.47% | 0.64% | - |
| XYZ | 22.82 | 16.17 | 25.96 | - |
| YUV | 114.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 138 | 0 | 0.47 | 0.15 | 0.36 | 318.95 | 0.31 | 0.49 |
| Hex | A2 | 56 | 8A | 0 | 2F | F | 24 | 13F | 1F | 31 |
| Octal | 242 | 126 | 212 | 0 | 57 | 17 | 44 | 477 | 37 | 61 |
| Binary | 10100010 | 1010110 | 10001010 | 0 | 101111 | 1111 | 100100 | 100111111 | 11111 | 110001 |
Color Harmonies of #A2568A
Complementary color
Monochromatic Colors of #A2568A
Black with #A2568A
Text Example
Text Example
White with #A2568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2568A; }
p { color: rgb(162,86,138); }
H1.HeaderClassName
{
color: #A2568A;
}
.AnyTagClassName
{
color: #A2568A;
}
</style>
background-color css
<style>
a { background-color: #A2568A; }
a { background-color: rgb(162,86,138); }
div.DivClassName
{
background-color: #A2568A;
}
.BgClassName
{
background-color: #A2568A;
}
</style>
border-color css
<style>
span { border-color: #A2568A; }
span { border-color: rgb(162,86,138); }
td.TdClassName
{
border-color: #A2568A;
}
.TagClassName
{
border-color: #A2568A;
}
</style>