Shades of Strikemaster #A45F8C
Tints of Strikemaster #A45F8C
RGB
CMYK
RGB Variations
Color information
#A45F8C (or 0xA45F8C) is known color: Strikemaster. HEX triplet: A4, 5F and 8C. RGB value is (164,95,140). Sum of RGB (Red+Green+Blue) = 164+95+140=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F8C is #5BA073. Grayscale: #787878. Windows color (decimal): -6004852 or 9199524. OLE color: 9199524.
HSL color Cylindrical-coordinate representation of color #A45F8C: hue angle of 320.87º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F8C is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 140 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.36 |
| HSL | 320.87º | 0.27% | 0.51% | - |
| HSV(B) | 320.87º | 0.42% | 0.64% | - |
| XYZ | 24.14 | 17.97 | 27.01 | - |
| YUV | 120.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 140 | 0 | 0.42 | 0.15 | 0.36 | 320.87 | 0.27 | 0.51 |
| Hex | A4 | 5F | 8C | 0 | 2A | F | 24 | 141 | 1B | 33 |
| Octal | 244 | 137 | 214 | 0 | 52 | 17 | 44 | 501 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10001100 | 0 | 101010 | 1111 | 100100 | 101000001 | 11011 | 110011 |
Color Harmonies of #A45F8C
Complementary color
Monochromatic Colors of #A45F8C
Black with #A45F8C
Text Example
Text Example
White with #A45F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F8C; }
p { color: rgb(164,95,140); }
H1.HeaderClassName
{
color: #A45F8C;
}
.AnyTagClassName
{
color: #A45F8C;
}
</style>
background-color css
<style>
a { background-color: #A45F8C; }
a { background-color: rgb(164,95,140); }
div.DivClassName
{
background-color: #A45F8C;
}
.BgClassName
{
background-color: #A45F8C;
}
</style>
border-color css
<style>
span { border-color: #A45F8C; }
span { border-color: rgb(164,95,140); }
td.TdClassName
{
border-color: #A45F8C;
}
.TagClassName
{
border-color: #A45F8C;
}
</style>