Shades of Strikemaster #AB6290
Tints of Strikemaster #AB6290
RGB
CMYK
RGB Variations
Color information
#AB6290 (or 0xAB6290) is known color: Strikemaster. HEX triplet: AB, 62 and 90. RGB value is (171,98,144). Sum of RGB (Red+Green+Blue) = 171+98+144=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6290 is #549D6F. Grayscale: #7C7C7C. Windows color (decimal): -5545328 or 9462443. OLE color: 9462443.
HSL color Cylindrical-coordinate representation of color #AB6290: hue angle of 322.19º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6290 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 144 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.33 |
| HSL | 322.19º | 0.3% | 0.53% | - |
| HSV(B) | 322.19º | 0.43% | 0.67% | - |
| XYZ | 26.2 | 19.41 | 28.75 | - |
| YUV | 125.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 144 | 0 | 0.43 | 0.16 | 0.33 | 322.19 | 0.3 | 0.53 |
| Hex | AB | 62 | 90 | 0 | 2B | 10 | 21 | 142 | 1E | 35 |
| Octal | 253 | 142 | 220 | 0 | 53 | 20 | 41 | 502 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10010000 | 0 | 101011 | 10000 | 100001 | 101000010 | 11110 | 110101 |
Color Harmonies of #AB6290
Complementary color
Monochromatic Colors of #AB6290
Black with #AB6290
Text Example
Text Example
White with #AB6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6290; }
p { color: rgb(171,98,144); }
H1.HeaderClassName
{
color: #AB6290;
}
.AnyTagClassName
{
color: #AB6290;
}
</style>
background-color css
<style>
a { background-color: #AB6290; }
a { background-color: rgb(171,98,144); }
div.DivClassName
{
background-color: #AB6290;
}
.BgClassName
{
background-color: #AB6290;
}
</style>
border-color css
<style>
span { border-color: #AB6290; }
span { border-color: rgb(171,98,144); }
td.TdClassName
{
border-color: #AB6290;
}
.TagClassName
{
border-color: #AB6290;
}
</style>