Shades of Strikemaster #AB5D8C
Tints of Strikemaster #AB5D8C
RGB
CMYK
RGB Variations
Color information
#AB5D8C (or 0xAB5D8C) is known color: Strikemaster. HEX triplet: AB, 5D and 8C. RGB value is (171,93,140). Sum of RGB (Red+Green+Blue) = 171+93+140=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D8C is #54A273. Grayscale: #797979. Windows color (decimal): -5546612 or 9199019. OLE color: 9199019.
HSL color Cylindrical-coordinate representation of color #AB5D8C: hue angle of 323.85º 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 #AB5D8C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 140 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.33 |
| HSL | 323.85º | 0.32% | 0.52% | - |
| HSV(B) | 323.85º | 0.46% | 0.67% | - |
| XYZ | 25.44 | 18.38 | 27.02 | - |
| YUV | 121.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 140 | 0 | 0.46 | 0.18 | 0.33 | 323.85 | 0.32 | 0.52 |
| Hex | AB | 5D | 8C | 0 | 2E | 12 | 21 | 144 | 20 | 34 |
| Octal | 253 | 135 | 214 | 0 | 56 | 22 | 41 | 504 | 40 | 64 |
| Binary | 10101011 | 1011101 | 10001100 | 0 | 101110 | 10010 | 100001 | 101000100 | 100000 | 110100 |
Color Harmonies of #AB5D8C
Complementary color
Monochromatic Colors of #AB5D8C
Black with #AB5D8C
Text Example
Text Example
White with #AB5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D8C; }
p { color: rgb(171,93,140); }
H1.HeaderClassName
{
color: #AB5D8C;
}
.AnyTagClassName
{
color: #AB5D8C;
}
</style>
background-color css
<style>
a { background-color: #AB5D8C; }
a { background-color: rgb(171,93,140); }
div.DivClassName
{
background-color: #AB5D8C;
}
.BgClassName
{
background-color: #AB5D8C;
}
</style>
border-color css
<style>
span { border-color: #AB5D8C; }
span { border-color: rgb(171,93,140); }
td.TdClassName
{
border-color: #AB5D8C;
}
.TagClassName
{
border-color: #AB5D8C;
}
</style>