Shades of Strikemaster #AB648F
Tints of Strikemaster #AB648F
RGB
CMYK
RGB Variations
Color information
#AB648F (or 0xAB648F) is known color: Strikemaster. HEX triplet: AB, 64 and 8F. RGB value is (171,100,143). Sum of RGB (Red+Green+Blue) = 171+100+143=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648F is #549B70. Grayscale: #7E7E7E. Windows color (decimal): -5544817 or 9397419. OLE color: 9397419.
HSL color Cylindrical-coordinate representation of color #AB648F: hue angle of 323.66º 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 #AB648F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 143 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.33 |
| HSL | 323.66º | 0.3% | 0.53% | - |
| HSV(B) | 323.66º | 0.42% | 0.67% | - |
| XYZ | 26.31 | 19.76 | 28.41 | - |
| YUV | 126.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 143 | 0 | 0.42 | 0.16 | 0.33 | 323.66 | 0.3 | 0.53 |
| Hex | AB | 64 | 8F | 0 | 2A | 10 | 21 | 144 | 1E | 35 |
| Octal | 253 | 144 | 217 | 0 | 52 | 20 | 41 | 504 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10001111 | 0 | 101010 | 10000 | 100001 | 101000100 | 11110 | 110101 |
Color Harmonies of #AB648F
Complementary color
Monochromatic Colors of #AB648F
Black with #AB648F
Text Example
Text Example
White with #AB648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB648F; }
p { color: rgb(171,100,143); }
H1.HeaderClassName
{
color: #AB648F;
}
.AnyTagClassName
{
color: #AB648F;
}
</style>
background-color css
<style>
a { background-color: #AB648F; }
a { background-color: rgb(171,100,143); }
div.DivClassName
{
background-color: #AB648F;
}
.BgClassName
{
background-color: #AB648F;
}
</style>
border-color css
<style>
span { border-color: #AB648F; }
span { border-color: rgb(171,100,143); }
td.TdClassName
{
border-color: #AB648F;
}
.TagClassName
{
border-color: #AB648F;
}
</style>