Shades of Strikemaster #AB628A
Tints of Strikemaster #AB628A
RGB
CMYK
RGB Variations
Color information
#AB628A (or 0xAB628A) is known color: Strikemaster. HEX triplet: AB, 62 and 8A. RGB value is (171,98,138). Sum of RGB (Red+Green+Blue) = 171+98+138=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628A is #549D75. Grayscale: #7C7C7C. Windows color (decimal): -5545334 or 9069227. OLE color: 9069227.
HSL color Cylindrical-coordinate representation of color #AB628A: hue angle of 327.12º 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 #AB628A is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 138 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.33 |
| HSL | 327.12º | 0.3% | 0.53% | - |
| HSV(B) | 327.12º | 0.43% | 0.67% | - |
| XYZ | 25.75 | 19.23 | 26.4 | - |
| YUV | 124.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 138 | 0 | 0.43 | 0.19 | 0.33 | 327.12 | 0.3 | 0.53 |
| Hex | AB | 62 | 8A | 0 | 2B | 13 | 21 | 147 | 1E | 35 |
| Octal | 253 | 142 | 212 | 0 | 53 | 23 | 41 | 507 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10001010 | 0 | 101011 | 10011 | 100001 | 101000111 | 11110 | 110101 |
Color Harmonies of #AB628A
Complementary color
Monochromatic Colors of #AB628A
Black with #AB628A
Text Example
Text Example
White with #AB628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB628A; }
p { color: rgb(171,98,138); }
H1.HeaderClassName
{
color: #AB628A;
}
.AnyTagClassName
{
color: #AB628A;
}
</style>
background-color css
<style>
a { background-color: #AB628A; }
a { background-color: rgb(171,98,138); }
div.DivClassName
{
background-color: #AB628A;
}
.BgClassName
{
background-color: #AB628A;
}
</style>
border-color css
<style>
span { border-color: #AB628A; }
span { border-color: rgb(171,98,138); }
td.TdClassName
{
border-color: #AB628A;
}
.TagClassName
{
border-color: #AB628A;
}
</style>