Shades of Strikemaster #A0527F
Tints of Strikemaster #A0527F
RGB
CMYK
RGB Variations
Color information
#A0527F (or 0xA0527F) is known color: Strikemaster. HEX triplet: A0, 52 and 7F. RGB value is (160,82,127). Sum of RGB (Red+Green+Blue) = 160+82+127=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527F is #5FAD80. Grayscale: #6E6E6E. Windows color (decimal): -6270337 or 8344224. OLE color: 8344224.
HSL color Cylindrical-coordinate representation of color #A0527F: hue angle of 325.38º degrees, saturation: 0.32, 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 #A0527F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 127 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.37 |
| HSL | 325.38º | 0.32% | 0.47% | - |
| HSV(B) | 325.38º | 0.49% | 0.63% | - |
| XYZ | 21.35 | 15.04 | 21.86 | - |
| YUV | 110.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 127 | 0 | 0.49 | 0.21 | 0.37 | 325.38 | 0.32 | 0.47 |
| Hex | A0 | 52 | 7F | 0 | 31 | 15 | 25 | 145 | 20 | 2F |
| Octal | 240 | 122 | 177 | 0 | 61 | 25 | 45 | 505 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1111111 | 0 | 110001 | 10101 | 100101 | 101000101 | 100000 | 101111 |
Color Harmonies of #A0527F
Complementary color
Monochromatic Colors of #A0527F
Black with #A0527F
Text Example
Text Example
White with #A0527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0527F; }
p { color: rgb(160,82,127); }
H1.HeaderClassName
{
color: #A0527F;
}
.AnyTagClassName
{
color: #A0527F;
}
</style>
background-color css
<style>
a { background-color: #A0527F; }
a { background-color: rgb(160,82,127); }
div.DivClassName
{
background-color: #A0527F;
}
.BgClassName
{
background-color: #A0527F;
}
</style>
border-color css
<style>
span { border-color: #A0527F; }
span { border-color: rgb(160,82,127); }
td.TdClassName
{
border-color: #A0527F;
}
.TagClassName
{
border-color: #A0527F;
}
</style>