Shades of Strikemaster #AB648C
Tints of Strikemaster #AB648C
RGB
CMYK
RGB Variations
Color information
#AB648C (or 0xAB648C) is known color: Strikemaster. HEX triplet: AB, 64 and 8C. RGB value is (171,100,140). Sum of RGB (Red+Green+Blue) = 171+100+140=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648C is #549B73. Grayscale: #7D7D7D. Windows color (decimal): -5544820 or 9200811. OLE color: 9200811.
HSL color Cylindrical-coordinate representation of color #AB648C: hue angle of 326.2º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB648C is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 140 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.33 |
| HSL | 326.2º | 0.3% | 0.53% | - |
| HSV(B) | 326.2º | 0.42% | 0.67% | - |
| XYZ | 26.09 | 19.67 | 27.23 | - |
| YUV | 125.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 140 | 0 | 0.42 | 0.18 | 0.33 | 326.2 | 0.3 | 0.53 |
| Hex | AB | 64 | 8C | 0 | 2A | 12 | 21 | 146 | 1E | 35 |
| Octal | 253 | 144 | 214 | 0 | 52 | 22 | 41 | 506 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10001100 | 0 | 101010 | 10010 | 100001 | 101000110 | 11110 | 110101 |
Color Harmonies of #AB648C
Complementary color
Monochromatic Colors of #AB648C
Black with #AB648C
Text Example
Text Example
White with #AB648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB648C; }
p { color: rgb(171,100,140); }
H1.HeaderClassName
{
color: #AB648C;
}
.AnyTagClassName
{
color: #AB648C;
}
</style>
background-color css
<style>
a { background-color: #AB648C; }
a { background-color: rgb(171,100,140); }
div.DivClassName
{
background-color: #AB648C;
}
.BgClassName
{
background-color: #AB648C;
}
</style>
border-color css
<style>
span { border-color: #AB648C; }
span { border-color: rgb(171,100,140); }
td.TdClassName
{
border-color: #AB648C;
}
.TagClassName
{
border-color: #AB648C;
}
</style>