Shades of Strikemaster #A8608B
Tints of Strikemaster #A8608B
RGB
CMYK
RGB Variations
Color information
#A8608B (or 0xA8608B) is known color: Strikemaster. HEX triplet: A8, 60 and 8B. RGB value is (168,96,139). Sum of RGB (Red+Green+Blue) = 168+96+139=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608B is #579F74. Grayscale: #7A7A7A. Windows color (decimal): -5742453 or 9134248. OLE color: 9134248.
HSL color Cylindrical-coordinate representation of color #A8608B: hue angle of 324.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8608B is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 139 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.34 |
| HSL | 324.17º | 0.29% | 0.52% | - |
| HSV(B) | 324.17º | 0.43% | 0.66% | - |
| XYZ | 24.99 | 18.55 | 26.69 | - |
| YUV | 122.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 139 | 0 | 0.43 | 0.17 | 0.34 | 324.17 | 0.29 | 0.52 |
| Hex | A8 | 60 | 8B | 0 | 2B | 11 | 22 | 144 | 1D | 34 |
| Octal | 250 | 140 | 213 | 0 | 53 | 21 | 42 | 504 | 35 | 64 |
| Binary | 10101000 | 1100000 | 10001011 | 0 | 101011 | 10001 | 100010 | 101000100 | 11101 | 110100 |
Color Harmonies of #A8608B
Complementary color
Monochromatic Colors of #A8608B
Black with #A8608B
Text Example
Text Example
White with #A8608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8608B; }
p { color: rgb(168,96,139); }
H1.HeaderClassName
{
color: #A8608B;
}
.AnyTagClassName
{
color: #A8608B;
}
</style>
background-color css
<style>
a { background-color: #A8608B; }
a { background-color: rgb(168,96,139); }
div.DivClassName
{
background-color: #A8608B;
}
.BgClassName
{
background-color: #A8608B;
}
</style>
border-color css
<style>
span { border-color: #A8608B; }
span { border-color: rgb(168,96,139); }
td.TdClassName
{
border-color: #A8608B;
}
.TagClassName
{
border-color: #A8608B;
}
</style>