Shades of Strikemaster #AB6091
Tints of Strikemaster #AB6091
RGB
CMYK
RGB Variations
Color information
#AB6091 (or 0xAB6091) is known color: Strikemaster. HEX triplet: AB, 60 and 91. RGB value is (171,96,145). Sum of RGB (Red+Green+Blue) = 171+96+145=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6091 is #549F6E. Grayscale: #7B7B7B. Windows color (decimal): -5545839 or 9527467. OLE color: 9527467.
HSL color Cylindrical-coordinate representation of color #AB6091: hue angle of 320.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6091 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 145 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.33 |
| HSL | 320.8º | 0.31% | 0.52% | - |
| HSV(B) | 320.8º | 0.44% | 0.67% | - |
| XYZ | 26.09 | 19.07 | 29.09 | - |
| YUV | 124.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 145 | 0 | 0.44 | 0.15 | 0.33 | 320.8 | 0.31 | 0.52 |
| Hex | AB | 60 | 91 | 0 | 2C | F | 21 | 141 | 1F | 34 |
| Octal | 253 | 140 | 221 | 0 | 54 | 17 | 41 | 501 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10010001 | 0 | 101100 | 1111 | 100001 | 101000001 | 11111 | 110100 |
Color Harmonies of #AB6091
Complementary color
Monochromatic Colors of #AB6091
Black with #AB6091
Text Example
Text Example
White with #AB6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6091; }
p { color: rgb(171,96,145); }
H1.HeaderClassName
{
color: #AB6091;
}
.AnyTagClassName
{
color: #AB6091;
}
</style>
background-color css
<style>
a { background-color: #AB6091; }
a { background-color: rgb(171,96,145); }
div.DivClassName
{
background-color: #AB6091;
}
.BgClassName
{
background-color: #AB6091;
}
</style>
border-color css
<style>
span { border-color: #AB6091; }
span { border-color: rgb(171,96,145); }
td.TdClassName
{
border-color: #AB6091;
}
.TagClassName
{
border-color: #AB6091;
}
</style>