Shades of Strikemaster #A0648B
Tints of Strikemaster #A0648B
RGB
CMYK
RGB Variations
Color information
#A0648B (or 0xA0648B) is known color: Strikemaster. HEX triplet: A0, 64 and 8B. RGB value is (160,100,139). Sum of RGB (Red+Green+Blue) = 160+100+139=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0648B is #5F9B74. Grayscale: #7A7A7A. Windows color (decimal): -6265717 or 9135264. OLE color: 9135264.
HSL color Cylindrical-coordinate representation of color #A0648B: hue angle of 321º 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 #A0648B is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 139 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.37 |
| HSL | 321º | 0.24% | 0.51% | - |
| HSV(B) | 321º | 0.38% | 0.63% | - |
| XYZ | 23.71 | 18.45 | 26.74 | - |
| YUV | 122.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 139 | 0 | 0.38 | 0.13 | 0.37 | 321 | 0.24 | 0.51 |
| Hex | A0 | 64 | 8B | 0 | 26 | D | 25 | 141 | 18 | 33 |
| Octal | 240 | 144 | 213 | 0 | 46 | 15 | 45 | 501 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10001011 | 0 | 100110 | 1101 | 100101 | 101000001 | 11000 | 110011 |
Color Harmonies of #A0648B
Complementary color
Monochromatic Colors of #A0648B
Black with #A0648B
Text Example
Text Example
White with #A0648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0648B; }
p { color: rgb(160,100,139); }
H1.HeaderClassName
{
color: #A0648B;
}
.AnyTagClassName
{
color: #A0648B;
}
</style>
background-color css
<style>
a { background-color: #A0648B; }
a { background-color: rgb(160,100,139); }
div.DivClassName
{
background-color: #A0648B;
}
.BgClassName
{
background-color: #A0648B;
}
</style>
border-color css
<style>
span { border-color: #A0648B; }
span { border-color: rgb(160,100,139); }
td.TdClassName
{
border-color: #A0648B;
}
.TagClassName
{
border-color: #A0648B;
}
</style>