Shades of Strikemaster #AB5C8D
Tints of Strikemaster #AB5C8D
RGB
CMYK
RGB Variations
Color information
#AB5C8D (or 0xAB5C8D) is known color: Strikemaster. HEX triplet: AB, 5C and 8D. RGB value is (171,92,141). Sum of RGB (Red+Green+Blue) = 171+92+141=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5C8D is #54A372. Grayscale: #797979. Windows color (decimal): -5546867 or 9264299. OLE color: 9264299.
HSL color Cylindrical-coordinate representation of color #AB5C8D: hue angle of 322.78º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5C8D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 141 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.33 |
| HSL | 322.78º | 0.32% | 0.52% | - |
| HSV(B) | 322.78º | 0.46% | 0.67% | - |
| XYZ | 25.43 | 18.24 | 27.38 | - |
| YUV | 121.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 141 | 0 | 0.46 | 0.18 | 0.33 | 322.78 | 0.32 | 0.52 |
| Hex | AB | 5C | 8D | 0 | 2E | 12 | 21 | 143 | 20 | 34 |
| Octal | 253 | 134 | 215 | 0 | 56 | 22 | 41 | 503 | 40 | 64 |
| Binary | 10101011 | 1011100 | 10001101 | 0 | 101110 | 10010 | 100001 | 101000011 | 100000 | 110100 |
Color Harmonies of #AB5C8D
Complementary color
Monochromatic Colors of #AB5C8D
Black with #AB5C8D
Text Example
Text Example
White with #AB5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C8D; }
p { color: rgb(171,92,141); }
H1.HeaderClassName
{
color: #AB5C8D;
}
.AnyTagClassName
{
color: #AB5C8D;
}
</style>
background-color css
<style>
a { background-color: #AB5C8D; }
a { background-color: rgb(171,92,141); }
div.DivClassName
{
background-color: #AB5C8D;
}
.BgClassName
{
background-color: #AB5C8D;
}
</style>
border-color css
<style>
span { border-color: #AB5C8D; }
span { border-color: rgb(171,92,141); }
td.TdClassName
{
border-color: #AB5C8D;
}
.TagClassName
{
border-color: #AB5C8D;
}
</style>