Shades of Strikemaster #AB658B
Tints of Strikemaster #AB658B
RGB
CMYK
RGB Variations
Color information
#AB658B (or 0xAB658B) is known color: Strikemaster. HEX triplet: AB, 65 and 8B. RGB value is (171,101,139). Sum of RGB (Red+Green+Blue) = 171+101+139=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB658B is #549A74. Grayscale: #7E7E7E. Windows color (decimal): -5544565 or 9135531. OLE color: 9135531.
HSL color Cylindrical-coordinate representation of color #AB658B: hue angle of 327.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB658B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 139 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.33 |
| HSL | 327.43º | 0.29% | 0.53% | - |
| HSV(B) | 327.43º | 0.41% | 0.67% | - |
| XYZ | 26.11 | 19.83 | 26.88 | - |
| YUV | 126.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 139 | 0 | 0.41 | 0.19 | 0.33 | 327.43 | 0.29 | 0.53 |
| Hex | AB | 65 | 8B | 0 | 29 | 13 | 21 | 147 | 1D | 35 |
| Octal | 253 | 145 | 213 | 0 | 51 | 23 | 41 | 507 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10001011 | 0 | 101001 | 10011 | 100001 | 101000111 | 11101 | 110101 |
Color Harmonies of #AB658B
Complementary color
Monochromatic Colors of #AB658B
Black with #AB658B
Text Example
Text Example
White with #AB658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB658B; }
p { color: rgb(171,101,139); }
H1.HeaderClassName
{
color: #AB658B;
}
.AnyTagClassName
{
color: #AB658B;
}
</style>
background-color css
<style>
a { background-color: #AB658B; }
a { background-color: rgb(171,101,139); }
div.DivClassName
{
background-color: #AB658B;
}
.BgClassName
{
background-color: #AB658B;
}
</style>
border-color css
<style>
span { border-color: #AB658B; }
span { border-color: rgb(171,101,139); }
td.TdClassName
{
border-color: #AB658B;
}
.TagClassName
{
border-color: #AB658B;
}
</style>