Shades of Strikemaster #AB628B
Tints of Strikemaster #AB628B
RGB
CMYK
RGB Variations
Color information
#AB628B (or 0xAB628B) is known color: Strikemaster. HEX triplet: AB, 62 and 8B. RGB value is (171,98,139). Sum of RGB (Red+Green+Blue) = 171+98+139=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628B is #549D74. Grayscale: #7C7C7C. Windows color (decimal): -5545333 or 9134763. OLE color: 9134763.
HSL color Cylindrical-coordinate representation of color #AB628B: hue angle of 326.3º 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 #AB628B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 139 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.33 |
| HSL | 326.3º | 0.3% | 0.53% | - |
| HSV(B) | 326.3º | 0.43% | 0.67% | - |
| XYZ | 25.82 | 19.26 | 26.78 | - |
| YUV | 124.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 139 | 0 | 0.43 | 0.19 | 0.33 | 326.3 | 0.3 | 0.53 |
| Hex | AB | 62 | 8B | 0 | 2B | 13 | 21 | 146 | 1E | 35 |
| Octal | 253 | 142 | 213 | 0 | 53 | 23 | 41 | 506 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10001011 | 0 | 101011 | 10011 | 100001 | 101000110 | 11110 | 110101 |
Color Harmonies of #AB628B
Complementary color
Monochromatic Colors of #AB628B
Black with #AB628B
Text Example
Text Example
White with #AB628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB628B; }
p { color: rgb(171,98,139); }
H1.HeaderClassName
{
color: #AB628B;
}
.AnyTagClassName
{
color: #AB628B;
}
</style>
background-color css
<style>
a { background-color: #AB628B; }
a { background-color: rgb(171,98,139); }
div.DivClassName
{
background-color: #AB628B;
}
.BgClassName
{
background-color: #AB628B;
}
</style>
border-color css
<style>
span { border-color: #AB628B; }
span { border-color: rgb(171,98,139); }
td.TdClassName
{
border-color: #AB628B;
}
.TagClassName
{
border-color: #AB628B;
}
</style>