Shades of Strikemaster #A35689
Tints of Strikemaster #A35689
RGB
CMYK
RGB Variations
Color information
#A35689 (or 0xA35689) is known color: Strikemaster. HEX triplet: A3, 56 and 89. RGB value is (163,86,137). Sum of RGB (Red+Green+Blue) = 163+86+137=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A35689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35689 is #5CA976. Grayscale: #727272. Windows color (decimal): -6072695 or 9000611. OLE color: 9000611.
HSL color Cylindrical-coordinate representation of color #A35689: hue angle of 320.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35689 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 137 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.36 |
| HSL | 320.26º | 0.31% | 0.49% | - |
| HSV(B) | 320.26º | 0.47% | 0.64% | - |
| XYZ | 22.95 | 16.25 | 25.59 | - |
| YUV | 114.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 137 | 0 | 0.47 | 0.16 | 0.36 | 320.26 | 0.31 | 0.49 |
| Hex | A3 | 56 | 89 | 0 | 2F | 10 | 24 | 140 | 1F | 31 |
| Octal | 243 | 126 | 211 | 0 | 57 | 20 | 44 | 500 | 37 | 61 |
| Binary | 10100011 | 1010110 | 10001001 | 0 | 101111 | 10000 | 100100 | 101000000 | 11111 | 110001 |
Color Harmonies of #A35689
Complementary color
Monochromatic Colors of #A35689
Black with #A35689
Text Example
Text Example
White with #A35689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35689; }
p { color: rgb(163,86,137); }
H1.HeaderClassName
{
color: #A35689;
}
.AnyTagClassName
{
color: #A35689;
}
</style>
background-color css
<style>
a { background-color: #A35689; }
a { background-color: rgb(163,86,137); }
div.DivClassName
{
background-color: #A35689;
}
.BgClassName
{
background-color: #A35689;
}
</style>
border-color css
<style>
span { border-color: #A35689; }
span { border-color: rgb(163,86,137); }
td.TdClassName
{
border-color: #A35689;
}
.TagClassName
{
border-color: #A35689;
}
</style>