Shades of Strikemaster #AB608C
Tints of Strikemaster #AB608C
RGB
CMYK
RGB Variations
Color information
#AB608C (or 0xAB608C) is known color: Strikemaster. HEX triplet: AB, 60 and 8C. RGB value is (171,96,140). Sum of RGB (Red+Green+Blue) = 171+96+140=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB608C is #549F73. Grayscale: #7B7B7B. Windows color (decimal): -5545844 or 9199787. OLE color: 9199787.
HSL color Cylindrical-coordinate representation of color #AB608C: hue angle of 324.8º 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 #AB608C is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 140 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.33 |
| HSL | 324.8º | 0.31% | 0.52% | - |
| HSV(B) | 324.8º | 0.44% | 0.67% | - |
| XYZ | 25.71 | 18.92 | 27.11 | - |
| YUV | 123.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 140 | 0 | 0.44 | 0.18 | 0.33 | 324.8 | 0.31 | 0.52 |
| Hex | AB | 60 | 8C | 0 | 2C | 12 | 21 | 145 | 1F | 34 |
| Octal | 253 | 140 | 214 | 0 | 54 | 22 | 41 | 505 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10001100 | 0 | 101100 | 10010 | 100001 | 101000101 | 11111 | 110100 |
Color Harmonies of #AB608C
Complementary color
Monochromatic Colors of #AB608C
Black with #AB608C
Text Example
Text Example
White with #AB608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB608C; }
p { color: rgb(171,96,140); }
H1.HeaderClassName
{
color: #AB608C;
}
.AnyTagClassName
{
color: #AB608C;
}
</style>
background-color css
<style>
a { background-color: #AB608C; }
a { background-color: rgb(171,96,140); }
div.DivClassName
{
background-color: #AB608C;
}
.BgClassName
{
background-color: #AB608C;
}
</style>
border-color css
<style>
span { border-color: #AB608C; }
span { border-color: rgb(171,96,140); }
td.TdClassName
{
border-color: #AB608C;
}
.TagClassName
{
border-color: #AB608C;
}
</style>