Shades of Strikemaster #AB6092
Tints of Strikemaster #AB6092
RGB
CMYK
RGB Variations
Color information
#AB6092 (or 0xAB6092) is known color: Strikemaster. HEX triplet: AB, 60 and 92. RGB value is (171,96,146). Sum of RGB (Red+Green+Blue) = 171+96+146=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6092 is #549F6D. Grayscale: #7C7C7C. Windows color (decimal): -5545838 or 9593003. OLE color: 9593003.
HSL color Cylindrical-coordinate representation of color #AB6092: hue angle of 320º 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 #AB6092 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 146 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.33 |
| HSL | 320º | 0.31% | 0.52% | - |
| HSV(B) | 320º | 0.44% | 0.67% | - |
| XYZ | 26.17 | 19.1 | 29.5 | - |
| YUV | 124.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 146 | 0 | 0.44 | 0.15 | 0.33 | 320 | 0.31 | 0.52 |
| Hex | AB | 60 | 92 | 0 | 2C | F | 21 | 140 | 1F | 34 |
| Octal | 253 | 140 | 222 | 0 | 54 | 17 | 41 | 500 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10010010 | 0 | 101100 | 1111 | 100001 | 101000000 | 11111 | 110100 |
Color Harmonies of #AB6092
Complementary color
Monochromatic Colors of #AB6092
Black with #AB6092
Text Example
Text Example
White with #AB6092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6092; }
p { color: rgb(171,96,146); }
H1.HeaderClassName
{
color: #AB6092;
}
.AnyTagClassName
{
color: #AB6092;
}
</style>
background-color css
<style>
a { background-color: #AB6092; }
a { background-color: rgb(171,96,146); }
div.DivClassName
{
background-color: #AB6092;
}
.BgClassName
{
background-color: #AB6092;
}
</style>
border-color css
<style>
span { border-color: #AB6092; }
span { border-color: rgb(171,96,146); }
td.TdClassName
{
border-color: #AB6092;
}
.TagClassName
{
border-color: #AB6092;
}
</style>