Shades of Strikemaster #A05A8A
Tints of Strikemaster #A05A8A
RGB
CMYK
RGB Variations
Color information
#A05A8A (or 0xA05A8A) is known color: Strikemaster. HEX triplet: A0, 5A and 8A. RGB value is (160,90,138). Sum of RGB (Red+Green+Blue) = 160+90+138=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A8A is #5FA575. Grayscale: #747474. Windows color (decimal): -6268278 or 9067168. OLE color: 9067168.
HSL color Cylindrical-coordinate representation of color #A05A8A: hue angle of 318.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05A8A is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 138 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.37 |
| HSL | 318.86º | 0.28% | 0.49% | - |
| HSV(B) | 318.86º | 0.44% | 0.63% | - |
| XYZ | 22.74 | 16.62 | 26.05 | - |
| YUV | 116.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 138 | 0 | 0.44 | 0.14 | 0.37 | 318.86 | 0.28 | 0.49 |
| Hex | A0 | 5A | 8A | 0 | 2C | E | 25 | 13F | 1C | 31 |
| Octal | 240 | 132 | 212 | 0 | 54 | 16 | 45 | 477 | 34 | 61 |
| Binary | 10100000 | 1011010 | 10001010 | 0 | 101100 | 1110 | 100101 | 100111111 | 11100 | 110001 |
Color Harmonies of #A05A8A
Complementary color
Monochromatic Colors of #A05A8A
Black with #A05A8A
Text Example
Text Example
White with #A05A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A8A; }
p { color: rgb(160,90,138); }
H1.HeaderClassName
{
color: #A05A8A;
}
.AnyTagClassName
{
color: #A05A8A;
}
</style>
background-color css
<style>
a { background-color: #A05A8A; }
a { background-color: rgb(160,90,138); }
div.DivClassName
{
background-color: #A05A8A;
}
.BgClassName
{
background-color: #A05A8A;
}
</style>
border-color css
<style>
span { border-color: #A05A8A; }
span { border-color: rgb(160,90,138); }
td.TdClassName
{
border-color: #A05A8A;
}
.TagClassName
{
border-color: #A05A8A;
}
</style>