Shades of Strikemaster #A45189
Tints of Strikemaster #A45189
RGB
CMYK
RGB Variations
Color information
#A45189 (or 0xA45189) is known color: Strikemaster. HEX triplet: A4, 51 and 89. RGB value is (164,81,137). Sum of RGB (Red+Green+Blue) = 164+81+137=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A45189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45189 is #5BAE76. Grayscale: #707070. Windows color (decimal): -6008439 or 8999332. OLE color: 8999332.
HSL color Cylindrical-coordinate representation of color #A45189: hue angle of 319.52º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45189 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 137 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.36 |
| HSL | 319.52º | 0.34% | 0.48% | - |
| HSV(B) | 319.52º | 0.51% | 0.64% | - |
| XYZ | 22.77 | 15.58 | 25.47 | - |
| YUV | 112.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 137 | 0 | 0.51 | 0.16 | 0.36 | 319.52 | 0.34 | 0.48 |
| Hex | A4 | 51 | 89 | 0 | 33 | 10 | 24 | 140 | 22 | 30 |
| Octal | 244 | 121 | 211 | 0 | 63 | 20 | 44 | 500 | 42 | 60 |
| Binary | 10100100 | 1010001 | 10001001 | 0 | 110011 | 10000 | 100100 | 101000000 | 100010 | 110000 |
Color Harmonies of #A45189
Complementary color
Monochromatic Colors of #A45189
Black with #A45189
Text Example
Text Example
White with #A45189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45189; }
p { color: rgb(164,81,137); }
H1.HeaderClassName
{
color: #A45189;
}
.AnyTagClassName
{
color: #A45189;
}
</style>
background-color css
<style>
a { background-color: #A45189; }
a { background-color: rgb(164,81,137); }
div.DivClassName
{
background-color: #A45189;
}
.BgClassName
{
background-color: #A45189;
}
</style>
border-color css
<style>
span { border-color: #A45189; }
span { border-color: rgb(164,81,137); }
td.TdClassName
{
border-color: #A45189;
}
.TagClassName
{
border-color: #A45189;
}
</style>