Shades of Strikemaster #A45E83
Tints of Strikemaster #A45E83
RGB
CMYK
RGB Variations
Color information
#A45E83 (or 0xA45E83) is known color: Strikemaster. HEX triplet: A4, 5E and 83. RGB value is (164,94,131). Sum of RGB (Red+Green+Blue) = 164+94+131=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45E83 is #5BA17C. Grayscale: #777777. Windows color (decimal): -6005117 or 8609444. OLE color: 8609444.
HSL color Cylindrical-coordinate representation of color #A45E83: hue angle of 328.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E83 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 131 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.36 |
| HSL | 328.29º | 0.28% | 0.51% | - |
| HSV(B) | 328.29º | 0.43% | 0.64% | - |
| XYZ | 23.41 | 17.54 | 23.62 | - |
| YUV | 119.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 131 | 0 | 0.43 | 0.20 | 0.36 | 328.29 | 0.28 | 0.51 |
| Hex | A4 | 5E | 83 | 0 | 2B | 14 | 24 | 148 | 1C | 33 |
| Octal | 244 | 136 | 203 | 0 | 53 | 24 | 44 | 510 | 34 | 63 |
| Binary | 10100100 | 1011110 | 10000011 | 0 | 101011 | 10100 | 100100 | 101001000 | 11100 | 110011 |
Color Harmonies of #A45E83
Complementary color
Monochromatic Colors of #A45E83
Black with #A45E83
Text Example
Text Example
White with #A45E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E83; }
p { color: rgb(164,94,131); }
H1.HeaderClassName
{
color: #A45E83;
}
.AnyTagClassName
{
color: #A45E83;
}
</style>
background-color css
<style>
a { background-color: #A45E83; }
a { background-color: rgb(164,94,131); }
div.DivClassName
{
background-color: #A45E83;
}
.BgClassName
{
background-color: #A45E83;
}
</style>
border-color css
<style>
span { border-color: #A45E83; }
span { border-color: rgb(164,94,131); }
td.TdClassName
{
border-color: #A45E83;
}
.TagClassName
{
border-color: #A45E83;
}
</style>