Shades of Strikemaster #AB638B
Tints of Strikemaster #AB638B
RGB
CMYK
RGB Variations
Color information
#AB638B (or 0xAB638B) is known color: Strikemaster. HEX triplet: AB, 63 and 8B. RGB value is (171,99,139). Sum of RGB (Red+Green+Blue) = 171+99+139=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB638B is #549C74. Grayscale: #7D7D7D. Windows color (decimal): -5545077 or 9135019. OLE color: 9135019.
HSL color Cylindrical-coordinate representation of color #AB638B: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB638B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 139 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.33 |
| HSL | 326.67º | 0.3% | 0.53% | - |
| HSV(B) | 326.67º | 0.42% | 0.67% | - |
| XYZ | 25.92 | 19.45 | 26.81 | - |
| YUV | 125.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 139 | 0 | 0.42 | 0.19 | 0.33 | 326.67 | 0.3 | 0.53 |
| Hex | AB | 63 | 8B | 0 | 2A | 13 | 21 | 147 | 1E | 35 |
| Octal | 253 | 143 | 213 | 0 | 52 | 23 | 41 | 507 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10001011 | 0 | 101010 | 10011 | 100001 | 101000111 | 11110 | 110101 |
Color Harmonies of #AB638B
Complementary color
Monochromatic Colors of #AB638B
Black with #AB638B
Text Example
Text Example
White with #AB638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB638B; }
p { color: rgb(171,99,139); }
H1.HeaderClassName
{
color: #AB638B;
}
.AnyTagClassName
{
color: #AB638B;
}
</style>
background-color css
<style>
a { background-color: #AB638B; }
a { background-color: rgb(171,99,139); }
div.DivClassName
{
background-color: #AB638B;
}
.BgClassName
{
background-color: #AB638B;
}
</style>
border-color css
<style>
span { border-color: #AB638B; }
span { border-color: rgb(171,99,139); }
td.TdClassName
{
border-color: #AB638B;
}
.TagClassName
{
border-color: #AB638B;
}
</style>