Shades of Strikemaster #A0638E
Tints of Strikemaster #A0638E
RGB
CMYK
RGB Variations
Color information
#A0638E (or 0xA0638E) is known color: Strikemaster. HEX triplet: A0, 63 and 8E. RGB value is (160,99,142). Sum of RGB (Red+Green+Blue) = 160+99+142=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638E is #5F9C71. Grayscale: #7A7A7A. Windows color (decimal): -6265970 or 9331616. OLE color: 9331616.
HSL color Cylindrical-coordinate representation of color #A0638E: hue angle of 317.7º 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 #A0638E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 142 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.37 |
| HSL | 317.7º | 0.24% | 0.51% | - |
| HSV(B) | 317.7º | 0.38% | 0.63% | - |
| XYZ | 23.84 | 18.35 | 27.88 | - |
| YUV | 122.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 142 | 0 | 0.38 | 0.11 | 0.37 | 317.7 | 0.24 | 0.51 |
| Hex | A0 | 63 | 8E | 0 | 26 | B | 25 | 13E | 18 | 33 |
| Octal | 240 | 143 | 216 | 0 | 46 | 13 | 45 | 476 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10001110 | 0 | 100110 | 1011 | 100101 | 100111110 | 11000 | 110011 |
Color Harmonies of #A0638E
Complementary color
Monochromatic Colors of #A0638E
Black with #A0638E
Text Example
Text Example
White with #A0638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0638E; }
p { color: rgb(160,99,142); }
H1.HeaderClassName
{
color: #A0638E;
}
.AnyTagClassName
{
color: #A0638E;
}
</style>
background-color css
<style>
a { background-color: #A0638E; }
a { background-color: rgb(160,99,142); }
div.DivClassName
{
background-color: #A0638E;
}
.BgClassName
{
background-color: #A0638E;
}
</style>
border-color css
<style>
span { border-color: #A0638E; }
span { border-color: rgb(160,99,142); }
td.TdClassName
{
border-color: #A0638E;
}
.TagClassName
{
border-color: #A0638E;
}
</style>