Shades of Strikemaster #A8588C
Tints of Strikemaster #A8588C
RGB
CMYK
RGB Variations
Color information
#A8588C (or 0xA8588C) is known color: Strikemaster. HEX triplet: A8, 58 and 8C. RGB value is (168,88,140). Sum of RGB (Red+Green+Blue) = 168+88+140=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588C is #57A773. Grayscale: #757575. Windows color (decimal): -5744500 or 9197736. OLE color: 9197736.
HSL color Cylindrical-coordinate representation of color #A8588C: hue angle of 321º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8588C is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 140 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.34 |
| HSL | 321º | 0.31% | 0.5% | - |
| HSV(B) | 321º | 0.48% | 0.66% | - |
| XYZ | 24.37 | 17.2 | 26.85 | - |
| YUV | 117.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 140 | 0 | 0.48 | 0.17 | 0.34 | 321 | 0.31 | 0.5 |
| Hex | A8 | 58 | 8C | 0 | 30 | 11 | 22 | 141 | 1F | 32 |
| Octal | 250 | 130 | 214 | 0 | 60 | 21 | 42 | 501 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10001100 | 0 | 110000 | 10001 | 100010 | 101000001 | 11111 | 110010 |
Color Harmonies of #A8588C
Complementary color
Monochromatic Colors of #A8588C
Black with #A8588C
Text Example
Text Example
White with #A8588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8588C; }
p { color: rgb(168,88,140); }
H1.HeaderClassName
{
color: #A8588C;
}
.AnyTagClassName
{
color: #A8588C;
}
</style>
background-color css
<style>
a { background-color: #A8588C; }
a { background-color: rgb(168,88,140); }
div.DivClassName
{
background-color: #A8588C;
}
.BgClassName
{
background-color: #A8588C;
}
</style>
border-color css
<style>
span { border-color: #A8588C; }
span { border-color: rgb(168,88,140); }
td.TdClassName
{
border-color: #A8588C;
}
.TagClassName
{
border-color: #A8588C;
}
</style>