Shades of Strikemaster #A45C82
Tints of Strikemaster #A45C82
RGB
CMYK
RGB Variations
Color information
#A45C82 (or 0xA45C82) is known color: Strikemaster. HEX triplet: A4, 5C and 82. RGB value is (164,92,130). Sum of RGB (Red+Green+Blue) = 164+92+130=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45C82 is #5BA37D. Grayscale: #757575. Windows color (decimal): -6005630 or 8543396. OLE color: 8543396.
HSL color Cylindrical-coordinate representation of color #A45C82: hue angle of 328.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45C82 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 130 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.36 |
| HSL | 328.33º | 0.28% | 0.5% | - |
| HSV(B) | 328.33º | 0.44% | 0.64% | - |
| XYZ | 23.17 | 17.16 | 23.21 | - |
| YUV | 117.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 130 | 0 | 0.44 | 0.21 | 0.36 | 328.33 | 0.28 | 0.5 |
| Hex | A4 | 5C | 82 | 0 | 2C | 15 | 24 | 148 | 1C | 32 |
| Octal | 244 | 134 | 202 | 0 | 54 | 25 | 44 | 510 | 34 | 62 |
| Binary | 10100100 | 1011100 | 10000010 | 0 | 101100 | 10101 | 100100 | 101001000 | 11100 | 110010 |
Color Harmonies of #A45C82
Complementary color
Monochromatic Colors of #A45C82
Black with #A45C82
Text Example
Text Example
White with #A45C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C82; }
p { color: rgb(164,92,130); }
H1.HeaderClassName
{
color: #A45C82;
}
.AnyTagClassName
{
color: #A45C82;
}
</style>
background-color css
<style>
a { background-color: #A45C82; }
a { background-color: rgb(164,92,130); }
div.DivClassName
{
background-color: #A45C82;
}
.BgClassName
{
background-color: #A45C82;
}
</style>
border-color css
<style>
span { border-color: #A45C82; }
span { border-color: rgb(164,92,130); }
td.TdClassName
{
border-color: #A45C82;
}
.TagClassName
{
border-color: #A45C82;
}
</style>