Shades of Strikemaster #AB648B
Tints of Strikemaster #AB648B
RGB
CMYK
RGB Variations
Color information
#AB648B (or 0xAB648B) is known color: Strikemaster. HEX triplet: AB, 64 and 8B. RGB value is (171,100,139). Sum of RGB (Red+Green+Blue) = 171+100+139=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648B is #549B74. Grayscale: #7D7D7D. Windows color (decimal): -5544821 or 9135275. OLE color: 9135275.
HSL color Cylindrical-coordinate representation of color #AB648B: hue angle of 327.04º 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 #AB648B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 139 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.33 |
| HSL | 327.04º | 0.3% | 0.53% | - |
| HSV(B) | 327.04º | 0.42% | 0.67% | - |
| XYZ | 26.01 | 19.64 | 26.85 | - |
| YUV | 125.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 139 | 0 | 0.42 | 0.19 | 0.33 | 327.04 | 0.3 | 0.53 |
| Hex | AB | 64 | 8B | 0 | 2A | 13 | 21 | 147 | 1E | 35 |
| Octal | 253 | 144 | 213 | 0 | 52 | 23 | 41 | 507 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10001011 | 0 | 101010 | 10011 | 100001 | 101000111 | 11110 | 110101 |
Color Harmonies of #AB648B
Complementary color
Monochromatic Colors of #AB648B
Black with #AB648B
Text Example
Text Example
White with #AB648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB648B; }
p { color: rgb(171,100,139); }
H1.HeaderClassName
{
color: #AB648B;
}
.AnyTagClassName
{
color: #AB648B;
}
</style>
background-color css
<style>
a { background-color: #AB648B; }
a { background-color: rgb(171,100,139); }
div.DivClassName
{
background-color: #AB648B;
}
.BgClassName
{
background-color: #AB648B;
}
</style>
border-color css
<style>
span { border-color: #AB648B; }
span { border-color: rgb(171,100,139); }
td.TdClassName
{
border-color: #AB648B;
}
.TagClassName
{
border-color: #AB648B;
}
</style>