Shades of Strikemaster #A0698A
Tints of Strikemaster #A0698A
RGB
CMYK
RGB Variations
Color information
#A0698A (or 0xA0698A) is known color: Strikemaster. HEX triplet: A0, 69 and 8A. RGB value is (160,105,138). Sum of RGB (Red+Green+Blue) = 160+105+138=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0698A is #5F9675. Grayscale: #7D7D7D. Windows color (decimal): -6264438 or 9071008. OLE color: 9071008.
HSL color Cylindrical-coordinate representation of color #A0698A: hue angle of 324º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0698A is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 138 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.37 |
| HSL | 324º | 0.22% | 0.52% | - |
| HSV(B) | 324º | 0.34% | 0.63% | - |
| XYZ | 24.14 | 19.41 | 26.52 | - |
| YUV | 125.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 138 | 0 | 0.34 | 0.14 | 0.37 | 324 | 0.22 | 0.52 |
| Hex | A0 | 69 | 8A | 0 | 22 | E | 25 | 144 | 16 | 34 |
| Octal | 240 | 151 | 212 | 0 | 42 | 16 | 45 | 504 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10001010 | 0 | 100010 | 1110 | 100101 | 101000100 | 10110 | 110100 |
Color Harmonies of #A0698A
Complementary color
Monochromatic Colors of #A0698A
Black with #A0698A
Text Example
Text Example
White with #A0698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0698A; }
p { color: rgb(160,105,138); }
H1.HeaderClassName
{
color: #A0698A;
}
.AnyTagClassName
{
color: #A0698A;
}
</style>
background-color css
<style>
a { background-color: #A0698A; }
a { background-color: rgb(160,105,138); }
div.DivClassName
{
background-color: #A0698A;
}
.BgClassName
{
background-color: #A0698A;
}
</style>
border-color css
<style>
span { border-color: #A0698A; }
span { border-color: rgb(160,105,138); }
td.TdClassName
{
border-color: #A0698A;
}
.TagClassName
{
border-color: #A0698A;
}
</style>