Shades of Strikemaster #A0678B
Tints of Strikemaster #A0678B
RGB
CMYK
RGB Variations
Color information
#A0678B (or 0xA0678B) is known color: Strikemaster. HEX triplet: A0, 67 and 8B. RGB value is (160,103,139). Sum of RGB (Red+Green+Blue) = 160+103+139=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0678B is #5F9874. Grayscale: #7C7C7C. Windows color (decimal): -6264949 or 9136032. OLE color: 9136032.
HSL color Cylindrical-coordinate representation of color #A0678B: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0678B is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 139 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.37 |
| HSL | 322.11º | 0.23% | 0.52% | - |
| HSV(B) | 322.11º | 0.36% | 0.63% | - |
| XYZ | 24.01 | 19.04 | 26.84 | - |
| YUV | 124.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 139 | 0 | 0.36 | 0.13 | 0.37 | 322.11 | 0.23 | 0.52 |
| Hex | A0 | 67 | 8B | 0 | 24 | D | 25 | 142 | 17 | 34 |
| Octal | 240 | 147 | 213 | 0 | 44 | 15 | 45 | 502 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10001011 | 0 | 100100 | 1101 | 100101 | 101000010 | 10111 | 110100 |
Color Harmonies of #A0678B
Complementary color
Monochromatic Colors of #A0678B
Black with #A0678B
Text Example
Text Example
White with #A0678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0678B; }
p { color: rgb(160,103,139); }
H1.HeaderClassName
{
color: #A0678B;
}
.AnyTagClassName
{
color: #A0678B;
}
</style>
background-color css
<style>
a { background-color: #A0678B; }
a { background-color: rgb(160,103,139); }
div.DivClassName
{
background-color: #A0678B;
}
.BgClassName
{
background-color: #A0678B;
}
</style>
border-color css
<style>
span { border-color: #A0678B; }
span { border-color: rgb(160,103,139); }
td.TdClassName
{
border-color: #A0678B;
}
.TagClassName
{
border-color: #A0678B;
}
</style>