Shades of Strikemaster #A05182
Tints of Strikemaster #A05182
RGB
CMYK
RGB Variations
Color information
#A05182 (or 0xA05182) is known color: Strikemaster. HEX triplet: A0, 51 and 82. RGB value is (160,81,130). Sum of RGB (Red+Green+Blue) = 160+81+130=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A05182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05182 is #5FAE7D. Grayscale: #6E6E6E. Windows color (decimal): -6270590 or 8540576. OLE color: 8540576.
HSL color Cylindrical-coordinate representation of color #A05182: hue angle of 322.78º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05182 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 130 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.37 |
| HSL | 322.78º | 0.33% | 0.47% | - |
| HSV(B) | 322.78º | 0.49% | 0.63% | - |
| XYZ | 21.47 | 14.97 | 22.88 | - |
| YUV | 110.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 130 | 0 | 0.49 | 0.19 | 0.37 | 322.78 | 0.33 | 0.47 |
| Hex | A0 | 51 | 82 | 0 | 31 | 13 | 25 | 143 | 21 | 2F |
| Octal | 240 | 121 | 202 | 0 | 61 | 23 | 45 | 503 | 41 | 57 |
| Binary | 10100000 | 1010001 | 10000010 | 0 | 110001 | 10011 | 100101 | 101000011 | 100001 | 101111 |
Color Harmonies of #A05182
Complementary color
Monochromatic Colors of #A05182
Black with #A05182
Text Example
Text Example
White with #A05182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05182; }
p { color: rgb(160,81,130); }
H1.HeaderClassName
{
color: #A05182;
}
.AnyTagClassName
{
color: #A05182;
}
</style>
background-color css
<style>
a { background-color: #A05182; }
a { background-color: rgb(160,81,130); }
div.DivClassName
{
background-color: #A05182;
}
.BgClassName
{
background-color: #A05182;
}
</style>
border-color css
<style>
span { border-color: #A05182; }
span { border-color: rgb(160,81,130); }
td.TdClassName
{
border-color: #A05182;
}
.TagClassName
{
border-color: #A05182;
}
</style>