Shades of Strikemaster #A0638C
Tints of Strikemaster #A0638C
RGB
CMYK
RGB Variations
Color information
#A0638C (or 0xA0638C) is known color: Strikemaster. HEX triplet: A0, 63 and 8C. RGB value is (160,99,140). Sum of RGB (Red+Green+Blue) = 160+99+140=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638C is #5F9C73. Grayscale: #797979. Windows color (decimal): -6265972 or 9200544. OLE color: 9200544.
HSL color Cylindrical-coordinate representation of color #A0638C: hue angle of 319.67º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0638C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 140 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.37 |
| HSL | 319.67º | 0.24% | 0.51% | - |
| HSV(B) | 319.67º | 0.38% | 0.63% | - |
| XYZ | 23.69 | 18.29 | 27.09 | - |
| YUV | 121.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 140 | 0 | 0.38 | 0.12 | 0.37 | 319.67 | 0.24 | 0.51 |
| Hex | A0 | 63 | 8C | 0 | 26 | C | 25 | 140 | 18 | 33 |
| Octal | 240 | 143 | 214 | 0 | 46 | 14 | 45 | 500 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10001100 | 0 | 100110 | 1100 | 100101 | 101000000 | 11000 | 110011 |
Color Harmonies of #A0638C
Complementary color
Monochromatic Colors of #A0638C
Black with #A0638C
Text Example
Text Example
White with #A0638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0638C; }
p { color: rgb(160,99,140); }
H1.HeaderClassName
{
color: #A0638C;
}
.AnyTagClassName
{
color: #A0638C;
}
</style>
background-color css
<style>
a { background-color: #A0638C; }
a { background-color: rgb(160,99,140); }
div.DivClassName
{
background-color: #A0638C;
}
.BgClassName
{
background-color: #A0638C;
}
</style>
border-color css
<style>
span { border-color: #A0638C; }
span { border-color: rgb(160,99,140); }
td.TdClassName
{
border-color: #A0638C;
}
.TagClassName
{
border-color: #A0638C;
}
</style>