Shades of Strikemaster #A45480
Tints of Strikemaster #A45480
RGB
CMYK
RGB Variations
Color information
#A45480 (or 0xA45480) is known color: Strikemaster. HEX triplet: A4, 54 and 80. RGB value is (164,84,128). Sum of RGB (Red+Green+Blue) = 164+84+128=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A45480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45480 is #5BAB7F. Grayscale: #707070. Windows color (decimal): -6007680 or 8410276. OLE color: 8410276.
HSL color Cylindrical-coordinate representation of color #A45480: hue angle of 327º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45480 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 128 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.36 |
| HSL | 327º | 0.32% | 0.49% | - |
| HSV(B) | 327º | 0.49% | 0.64% | - |
| XYZ | 22.38 | 15.79 | 22.29 | - |
| YUV | 112.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 128 | 0 | 0.49 | 0.22 | 0.36 | 327 | 0.32 | 0.49 |
| Hex | A4 | 54 | 80 | 0 | 31 | 16 | 24 | 147 | 20 | 31 |
| Octal | 244 | 124 | 200 | 0 | 61 | 26 | 44 | 507 | 40 | 61 |
| Binary | 10100100 | 1010100 | 10000000 | 0 | 110001 | 10110 | 100100 | 101000111 | 100000 | 110001 |
Color Harmonies of #A45480
Complementary color
Monochromatic Colors of #A45480
Black with #A45480
Text Example
Text Example
White with #A45480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45480; }
p { color: rgb(164,84,128); }
H1.HeaderClassName
{
color: #A45480;
}
.AnyTagClassName
{
color: #A45480;
}
</style>
background-color css
<style>
a { background-color: #A45480; }
a { background-color: rgb(164,84,128); }
div.DivClassName
{
background-color: #A45480;
}
.BgClassName
{
background-color: #A45480;
}
</style>
border-color css
<style>
span { border-color: #A45480; }
span { border-color: rgb(164,84,128); }
td.TdClassName
{
border-color: #A45480;
}
.TagClassName
{
border-color: #A45480;
}
</style>