Shades of Strikemaster #A05C8A
Tints of Strikemaster #A05C8A
RGB
CMYK
RGB Variations
Color information
#A05C8A (or 0xA05C8A) is known color: Strikemaster. HEX triplet: A0, 5C and 8A. RGB value is (160,92,138). Sum of RGB (Red+Green+Blue) = 160+92+138=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05C8A is #5FA375. Grayscale: #757575. Windows color (decimal): -6267766 or 9067680. OLE color: 9067680.
HSL color Cylindrical-coordinate representation of color #A05C8A: hue angle of 319.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05C8A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 138 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.37 |
| HSL | 319.41º | 0.27% | 0.49% | - |
| HSV(B) | 319.41º | 0.43% | 0.63% | - |
| XYZ | 22.91 | 16.96 | 26.11 | - |
| YUV | 117.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 138 | 0 | 0.43 | 0.14 | 0.37 | 319.41 | 0.27 | 0.49 |
| Hex | A0 | 5C | 8A | 0 | 2B | E | 25 | 13F | 1B | 31 |
| Octal | 240 | 134 | 212 | 0 | 53 | 16 | 45 | 477 | 33 | 61 |
| Binary | 10100000 | 1011100 | 10001010 | 0 | 101011 | 1110 | 100101 | 100111111 | 11011 | 110001 |
Color Harmonies of #A05C8A
Complementary color
Monochromatic Colors of #A05C8A
Black with #A05C8A
Text Example
Text Example
White with #A05C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C8A; }
p { color: rgb(160,92,138); }
H1.HeaderClassName
{
color: #A05C8A;
}
.AnyTagClassName
{
color: #A05C8A;
}
</style>
background-color css
<style>
a { background-color: #A05C8A; }
a { background-color: rgb(160,92,138); }
div.DivClassName
{
background-color: #A05C8A;
}
.BgClassName
{
background-color: #A05C8A;
}
</style>
border-color css
<style>
span { border-color: #A05C8A; }
span { border-color: rgb(160,92,138); }
td.TdClassName
{
border-color: #A05C8A;
}
.TagClassName
{
border-color: #A05C8A;
}
</style>