Shades of Strikemaster #A45282
Tints of Strikemaster #A45282
RGB
CMYK
RGB Variations
Color information
#A45282 (or 0xA45282) is known color: Strikemaster. HEX triplet: A4, 52 and 82. RGB value is (164,82,130). Sum of RGB (Red+Green+Blue) = 164+82+130=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A45282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45282 is #5BAD7D. Grayscale: #6F6F6F. Windows color (decimal): -6008190 or 8540836. OLE color: 8540836.
HSL color Cylindrical-coordinate representation of color #A45282: hue angle of 324.88º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45282 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 130 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.36 |
| HSL | 324.88º | 0.33% | 0.48% | - |
| HSV(B) | 324.88º | 0.5% | 0.64% | - |
| XYZ | 22.36 | 15.54 | 22.94 | - |
| YUV | 111.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 130 | 0 | 0.5 | 0.21 | 0.36 | 324.88 | 0.33 | 0.48 |
| Hex | A4 | 52 | 82 | 0 | 32 | 15 | 24 | 145 | 21 | 30 |
| Octal | 244 | 122 | 202 | 0 | 62 | 25 | 44 | 505 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10000010 | 0 | 110010 | 10101 | 100100 | 101000101 | 100001 | 110000 |
Color Harmonies of #A45282
Complementary color
Monochromatic Colors of #A45282
Black with #A45282
Text Example
Text Example
White with #A45282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45282; }
p { color: rgb(164,82,130); }
H1.HeaderClassName
{
color: #A45282;
}
.AnyTagClassName
{
color: #A45282;
}
</style>
background-color css
<style>
a { background-color: #A45282; }
a { background-color: rgb(164,82,130); }
div.DivClassName
{
background-color: #A45282;
}
.BgClassName
{
background-color: #A45282;
}
</style>
border-color css
<style>
span { border-color: #A45282; }
span { border-color: rgb(164,82,130); }
td.TdClassName
{
border-color: #A45282;
}
.TagClassName
{
border-color: #A45282;
}
</style>