Shades of Strikemaster #A3698B
Tints of Strikemaster #A3698B
RGB
CMYK
RGB Variations
Color information
#A3698B (or 0xA3698B) is known color: Strikemaster. HEX triplet: A3, 69 and 8B. RGB value is (163,105,139). Sum of RGB (Red+Green+Blue) = 163+105+139=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3698B is #5C9674. Grayscale: #7E7E7E. Windows color (decimal): -6067829 or 9136547. OLE color: 9136547.
HSL color Cylindrical-coordinate representation of color #A3698B: hue angle of 324.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3698B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 139 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.36 |
| HSL | 324.83º | 0.24% | 0.53% | - |
| HSV(B) | 324.83º | 0.36% | 0.64% | - |
| XYZ | 24.82 | 19.75 | 26.93 | - |
| YUV | 126.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 139 | 0 | 0.36 | 0.15 | 0.36 | 324.83 | 0.24 | 0.53 |
| Hex | A3 | 69 | 8B | 0 | 24 | F | 24 | 145 | 18 | 35 |
| Octal | 243 | 151 | 213 | 0 | 44 | 17 | 44 | 505 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10001011 | 0 | 100100 | 1111 | 100100 | 101000101 | 11000 | 110101 |
Color Harmonies of #A3698B
Complementary color
Monochromatic Colors of #A3698B
Black with #A3698B
Text Example
Text Example
White with #A3698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3698B; }
p { color: rgb(163,105,139); }
H1.HeaderClassName
{
color: #A3698B;
}
.AnyTagClassName
{
color: #A3698B;
}
</style>
background-color css
<style>
a { background-color: #A3698B; }
a { background-color: rgb(163,105,139); }
div.DivClassName
{
background-color: #A3698B;
}
.BgClassName
{
background-color: #A3698B;
}
</style>
border-color css
<style>
span { border-color: #A3698B; }
span { border-color: rgb(163,105,139); }
td.TdClassName
{
border-color: #A3698B;
}
.TagClassName
{
border-color: #A3698B;
}
</style>