Shades of Strikemaster #AB658C
Tints of Strikemaster #AB658C
RGB
CMYK
RGB Variations
Color information
#AB658C (or 0xAB658C) is known color: Strikemaster. HEX triplet: AB, 65 and 8C. RGB value is (171,101,140). Sum of RGB (Red+Green+Blue) = 171+101+140=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB658C is #549A73. Grayscale: #7E7E7E. Windows color (decimal): -5544564 or 9201067. OLE color: 9201067.
HSL color Cylindrical-coordinate representation of color #AB658C: hue angle of 326.57º 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 #AB658C is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 140 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.33 |
| HSL | 326.57º | 0.29% | 0.53% | - |
| HSV(B) | 326.57º | 0.41% | 0.67% | - |
| XYZ | 26.18 | 19.86 | 27.26 | - |
| YUV | 126.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 140 | 0 | 0.41 | 0.18 | 0.33 | 326.57 | 0.29 | 0.53 |
| Hex | AB | 65 | 8C | 0 | 29 | 12 | 21 | 147 | 1D | 35 |
| Octal | 253 | 145 | 214 | 0 | 51 | 22 | 41 | 507 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10001100 | 0 | 101001 | 10010 | 100001 | 101000111 | 11101 | 110101 |
Color Harmonies of #AB658C
Complementary color
Monochromatic Colors of #AB658C
Black with #AB658C
Text Example
Text Example
White with #AB658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB658C; }
p { color: rgb(171,101,140); }
H1.HeaderClassName
{
color: #AB658C;
}
.AnyTagClassName
{
color: #AB658C;
}
</style>
background-color css
<style>
a { background-color: #AB658C; }
a { background-color: rgb(171,101,140); }
div.DivClassName
{
background-color: #AB658C;
}
.BgClassName
{
background-color: #AB658C;
}
</style>
border-color css
<style>
span { border-color: #AB658C; }
span { border-color: rgb(171,101,140); }
td.TdClassName
{
border-color: #AB658C;
}
.TagClassName
{
border-color: #AB658C;
}
</style>