Shades of Strikemaster #AB678D
Tints of Strikemaster #AB678D
RGB
CMYK
RGB Variations
Color information
#AB678D (or 0xAB678D) is known color: Strikemaster. HEX triplet: AB, 67 and 8D. RGB value is (171,103,141). Sum of RGB (Red+Green+Blue) = 171+103+141=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678D is #549872. Grayscale: #7F7F7F. Windows color (decimal): -5544051 or 9267115. OLE color: 9267115.
HSL color Cylindrical-coordinate representation of color #AB678D: hue angle of 326.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB678D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 141 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.33 |
| HSL | 326.47º | 0.29% | 0.54% | - |
| HSV(B) | 326.47º | 0.4% | 0.67% | - |
| XYZ | 26.45 | 20.28 | 27.72 | - |
| YUV | 127.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 141 | 0 | 0.40 | 0.18 | 0.33 | 326.47 | 0.29 | 0.54 |
| Hex | AB | 67 | 8D | 0 | 28 | 12 | 21 | 146 | 1D | 36 |
| Octal | 253 | 147 | 215 | 0 | 50 | 22 | 41 | 506 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10001101 | 0 | 101000 | 10010 | 100001 | 101000110 | 11101 | 110110 |
Color Harmonies of #AB678D
Complementary color
Monochromatic Colors of #AB678D
Black with #AB678D
Text Example
Text Example
White with #AB678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB678D; }
p { color: rgb(171,103,141); }
H1.HeaderClassName
{
color: #AB678D;
}
.AnyTagClassName
{
color: #AB678D;
}
</style>
background-color css
<style>
a { background-color: #AB678D; }
a { background-color: rgb(171,103,141); }
div.DivClassName
{
background-color: #AB678D;
}
.BgClassName
{
background-color: #AB678D;
}
</style>
border-color css
<style>
span { border-color: #AB678D; }
span { border-color: rgb(171,103,141); }
td.TdClassName
{
border-color: #AB678D;
}
.TagClassName
{
border-color: #AB678D;
}
</style>