Shades of Strikemaster #A45F84
Tints of Strikemaster #A45F84
RGB
CMYK
RGB Variations
Color information
#A45F84 (or 0xA45F84) is known color: Strikemaster. HEX triplet: A4, 5F and 84. RGB value is (164,95,132). Sum of RGB (Red+Green+Blue) = 164+95+132=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F84 is #5BA07B. Grayscale: #777777. Windows color (decimal): -6004860 or 8675236. OLE color: 8675236.
HSL color Cylindrical-coordinate representation of color #A45F84: hue angle of 327.83º 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 #A45F84 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 132 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.36 |
| HSL | 327.83º | 0.27% | 0.51% | - |
| HSV(B) | 327.83º | 0.42% | 0.64% | - |
| XYZ | 23.57 | 17.74 | 24.01 | - |
| YUV | 119.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 132 | 0 | 0.42 | 0.20 | 0.36 | 327.83 | 0.27 | 0.51 |
| Hex | A4 | 5F | 84 | 0 | 2A | 14 | 24 | 148 | 1B | 33 |
| Octal | 244 | 137 | 204 | 0 | 52 | 24 | 44 | 510 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10000100 | 0 | 101010 | 10100 | 100100 | 101001000 | 11011 | 110011 |
Color Harmonies of #A45F84
Complementary color
Monochromatic Colors of #A45F84
Black with #A45F84
Text Example
Text Example
White with #A45F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F84; }
p { color: rgb(164,95,132); }
H1.HeaderClassName
{
color: #A45F84;
}
.AnyTagClassName
{
color: #A45F84;
}
</style>
background-color css
<style>
a { background-color: #A45F84; }
a { background-color: rgb(164,95,132); }
div.DivClassName
{
background-color: #A45F84;
}
.BgClassName
{
background-color: #A45F84;
}
</style>
border-color css
<style>
span { border-color: #A45F84; }
span { border-color: rgb(164,95,132); }
td.TdClassName
{
border-color: #A45F84;
}
.TagClassName
{
border-color: #A45F84;
}
</style>