Shades of Strikemaster #AB648A
Tints of Strikemaster #AB648A
RGB
CMYK
RGB Variations
Color information
#AB648A (or 0xAB648A) is known color: Strikemaster. HEX triplet: AB, 64 and 8A. RGB value is (171,100,138). Sum of RGB (Red+Green+Blue) = 171+100+138=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648A is #549B75. Grayscale: #7D7D7D. Windows color (decimal): -5544822 or 9069739. OLE color: 9069739.
HSL color Cylindrical-coordinate representation of color #AB648A: hue angle of 327.89º 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 #AB648A is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 138 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.33 |
| HSL | 327.89º | 0.3% | 0.53% | - |
| HSV(B) | 327.89º | 0.42% | 0.67% | - |
| XYZ | 25.94 | 19.61 | 26.46 | - |
| YUV | 125.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 138 | 0 | 0.42 | 0.19 | 0.33 | 327.89 | 0.3 | 0.53 |
| Hex | AB | 64 | 8A | 0 | 2A | 13 | 21 | 148 | 1E | 35 |
| Octal | 253 | 144 | 212 | 0 | 52 | 23 | 41 | 510 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10001010 | 0 | 101010 | 10011 | 100001 | 101001000 | 11110 | 110101 |
Color Harmonies of #AB648A
Complementary color
Monochromatic Colors of #AB648A
Black with #AB648A
Text Example
Text Example
White with #AB648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB648A; }
p { color: rgb(171,100,138); }
H1.HeaderClassName
{
color: #AB648A;
}
.AnyTagClassName
{
color: #AB648A;
}
</style>
background-color css
<style>
a { background-color: #AB648A; }
a { background-color: rgb(171,100,138); }
div.DivClassName
{
background-color: #AB648A;
}
.BgClassName
{
background-color: #AB648A;
}
</style>
border-color css
<style>
span { border-color: #AB648A; }
span { border-color: rgb(171,100,138); }
td.TdClassName
{
border-color: #AB648A;
}
.TagClassName
{
border-color: #AB648A;
}
</style>