Shades of Strikemaster #A8568B
Tints of Strikemaster #A8568B
RGB
CMYK
RGB Variations
Color information
#A8568B (or 0xA8568B) is known color: Strikemaster. HEX triplet: A8, 56 and 8B. RGB value is (168,86,139). Sum of RGB (Red+Green+Blue) = 168+86+139=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8568B is #57A974. Grayscale: #747474. Windows color (decimal): -5745013 or 9131688. OLE color: 9131688.
HSL color Cylindrical-coordinate representation of color #A8568B: hue angle of 321.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8568B is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 139 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.34 |
| HSL | 321.22º | 0.32% | 0.5% | - |
| HSV(B) | 321.22º | 0.49% | 0.66% | - |
| XYZ | 24.14 | 16.84 | 26.41 | - |
| YUV | 116.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 139 | 0 | 0.49 | 0.17 | 0.34 | 321.22 | 0.32 | 0.5 |
| Hex | A8 | 56 | 8B | 0 | 31 | 11 | 22 | 141 | 20 | 32 |
| Octal | 250 | 126 | 213 | 0 | 61 | 21 | 42 | 501 | 40 | 62 |
| Binary | 10101000 | 1010110 | 10001011 | 0 | 110001 | 10001 | 100010 | 101000001 | 100000 | 110010 |
Color Harmonies of #A8568B
Complementary color
Monochromatic Colors of #A8568B
Black with #A8568B
Text Example
Text Example
White with #A8568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8568B; }
p { color: rgb(168,86,139); }
H1.HeaderClassName
{
color: #A8568B;
}
.AnyTagClassName
{
color: #A8568B;
}
</style>
background-color css
<style>
a { background-color: #A8568B; }
a { background-color: rgb(168,86,139); }
div.DivClassName
{
background-color: #A8568B;
}
.BgClassName
{
background-color: #A8568B;
}
</style>
border-color css
<style>
span { border-color: #A8568B; }
span { border-color: rgb(168,86,139); }
td.TdClassName
{
border-color: #A8568B;
}
.TagClassName
{
border-color: #A8568B;
}
</style>