Shades of Strikemaster #AB608E
Tints of Strikemaster #AB608E
RGB
CMYK
RGB Variations
Color information
#AB608E (or 0xAB608E) is known color: Strikemaster. HEX triplet: AB, 60 and 8E. RGB value is (171,96,142). Sum of RGB (Red+Green+Blue) = 171+96+142=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB608E is #549F71. Grayscale: #7B7B7B. Windows color (decimal): -5545842 or 9330859. OLE color: 9330859.
HSL color Cylindrical-coordinate representation of color #AB608E: hue angle of 323.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB608E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 142 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.33 |
| HSL | 323.2º | 0.31% | 0.52% | - |
| HSV(B) | 323.2º | 0.44% | 0.67% | - |
| XYZ | 25.86 | 18.98 | 27.89 | - |
| YUV | 123.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 142 | 0 | 0.44 | 0.17 | 0.33 | 323.2 | 0.31 | 0.52 |
| Hex | AB | 60 | 8E | 0 | 2C | 11 | 21 | 143 | 1F | 34 |
| Octal | 253 | 140 | 216 | 0 | 54 | 21 | 41 | 503 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10001110 | 0 | 101100 | 10001 | 100001 | 101000011 | 11111 | 110100 |
Color Harmonies of #AB608E
Complementary color
Monochromatic Colors of #AB608E
Black with #AB608E
Text Example
Text Example
White with #AB608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB608E; }
p { color: rgb(171,96,142); }
H1.HeaderClassName
{
color: #AB608E;
}
.AnyTagClassName
{
color: #AB608E;
}
</style>
background-color css
<style>
a { background-color: #AB608E; }
a { background-color: rgb(171,96,142); }
div.DivClassName
{
background-color: #AB608E;
}
.BgClassName
{
background-color: #AB608E;
}
</style>
border-color css
<style>
span { border-color: #AB608E; }
span { border-color: rgb(171,96,142); }
td.TdClassName
{
border-color: #AB608E;
}
.TagClassName
{
border-color: #AB608E;
}
</style>