Shades of Strikemaster #AB618A
Tints of Strikemaster #AB618A
RGB
CMYK
RGB Variations
Color information
#AB618A (or 0xAB618A) is known color: Strikemaster. HEX triplet: AB, 61 and 8A. RGB value is (171,97,138). Sum of RGB (Red+Green+Blue) = 171+97+138=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB618A is #549E75. Grayscale: #7B7B7B. Windows color (decimal): -5545590 or 9068971. OLE color: 9068971.
HSL color Cylindrical-coordinate representation of color #AB618A: hue angle of 326.76º degrees, saturation: 0.31, 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 #AB618A is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 138 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.33 |
| HSL | 326.76º | 0.31% | 0.53% | - |
| HSV(B) | 326.76º | 0.43% | 0.67% | - |
| XYZ | 25.66 | 19.04 | 26.37 | - |
| YUV | 123.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 138 | 0 | 0.43 | 0.19 | 0.33 | 326.76 | 0.31 | 0.53 |
| Hex | AB | 61 | 8A | 0 | 2B | 13 | 21 | 147 | 1F | 35 |
| Octal | 253 | 141 | 212 | 0 | 53 | 23 | 41 | 507 | 37 | 65 |
| Binary | 10101011 | 1100001 | 10001010 | 0 | 101011 | 10011 | 100001 | 101000111 | 11111 | 110101 |
Color Harmonies of #AB618A
Complementary color
Monochromatic Colors of #AB618A
Black with #AB618A
Text Example
Text Example
White with #AB618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB618A; }
p { color: rgb(171,97,138); }
H1.HeaderClassName
{
color: #AB618A;
}
.AnyTagClassName
{
color: #AB618A;
}
</style>
background-color css
<style>
a { background-color: #AB618A; }
a { background-color: rgb(171,97,138); }
div.DivClassName
{
background-color: #AB618A;
}
.BgClassName
{
background-color: #AB618A;
}
</style>
border-color css
<style>
span { border-color: #AB618A; }
span { border-color: rgb(171,97,138); }
td.TdClassName
{
border-color: #AB618A;
}
.TagClassName
{
border-color: #AB618A;
}
</style>