Shades of Strikemaster #A45684
Tints of Strikemaster #A45684
RGB
CMYK
RGB Variations
Color information
#A45684 (or 0xA45684) is known color: Strikemaster. HEX triplet: A4, 56 and 84. RGB value is (164,86,132). Sum of RGB (Red+Green+Blue) = 164+86+132=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A45684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45684 is #5BA97B. Grayscale: #727272. Windows color (decimal): -6007164 or 8672932. OLE color: 8672932.
HSL color Cylindrical-coordinate representation of color #A45684: hue angle of 324.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45684 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 86 | 132 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.36 |
| HSL | 324.62º | 0.31% | 0.49% | - |
| HSV(B) | 324.62º | 0.48% | 0.64% | - |
| XYZ | 22.8 | 16.21 | 23.76 | - |
| YUV | 114.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 132 | 0 | 0.48 | 0.20 | 0.36 | 324.62 | 0.31 | 0.49 |
| Hex | A4 | 56 | 84 | 0 | 30 | 14 | 24 | 145 | 1F | 31 |
| Octal | 244 | 126 | 204 | 0 | 60 | 24 | 44 | 505 | 37 | 61 |
| Binary | 10100100 | 1010110 | 10000100 | 0 | 110000 | 10100 | 100100 | 101000101 | 11111 | 110001 |
Color Harmonies of #A45684
Complementary color
Monochromatic Colors of #A45684
Black with #A45684
Text Example
Text Example
White with #A45684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45684; }
p { color: rgb(164,86,132); }
H1.HeaderClassName
{
color: #A45684;
}
.AnyTagClassName
{
color: #A45684;
}
</style>
background-color css
<style>
a { background-color: #A45684; }
a { background-color: rgb(164,86,132); }
div.DivClassName
{
background-color: #A45684;
}
.BgClassName
{
background-color: #A45684;
}
</style>
border-color css
<style>
span { border-color: #A45684; }
span { border-color: rgb(164,86,132); }
td.TdClassName
{
border-color: #A45684;
}
.TagClassName
{
border-color: #A45684;
}
</style>