Shades of Strikemaster #A35789
Tints of Strikemaster #A35789
RGB
CMYK
RGB Variations
Color information
#A35789 (or 0xA35789) is known color: Strikemaster. HEX triplet: A3, 57 and 89. RGB value is (163,87,137). Sum of RGB (Red+Green+Blue) = 163+87+137=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A35789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35789 is #5CA876. Grayscale: #737373. Windows color (decimal): -6072439 or 9000867. OLE color: 9000867.
HSL color Cylindrical-coordinate representation of color #A35789: hue angle of 320.53º degrees, saturation: 0.3, 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 #A35789 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 137 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.36 |
| HSL | 320.53º | 0.3% | 0.49% | - |
| HSV(B) | 320.53º | 0.47% | 0.64% | - |
| XYZ | 23.03 | 16.41 | 25.62 | - |
| YUV | 115.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 137 | 0 | 0.47 | 0.16 | 0.36 | 320.53 | 0.3 | 0.49 |
| Hex | A3 | 57 | 89 | 0 | 2F | 10 | 24 | 141 | 1E | 31 |
| Octal | 243 | 127 | 211 | 0 | 57 | 20 | 44 | 501 | 36 | 61 |
| Binary | 10100011 | 1010111 | 10001001 | 0 | 101111 | 10000 | 100100 | 101000001 | 11110 | 110001 |
Color Harmonies of #A35789
Complementary color
Monochromatic Colors of #A35789
Black with #A35789
Text Example
Text Example
White with #A35789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35789; }
p { color: rgb(163,87,137); }
H1.HeaderClassName
{
color: #A35789;
}
.AnyTagClassName
{
color: #A35789;
}
</style>
background-color css
<style>
a { background-color: #A35789; }
a { background-color: rgb(163,87,137); }
div.DivClassName
{
background-color: #A35789;
}
.BgClassName
{
background-color: #A35789;
}
</style>
border-color css
<style>
span { border-color: #A35789; }
span { border-color: rgb(163,87,137); }
td.TdClassName
{
border-color: #A35789;
}
.TagClassName
{
border-color: #A35789;
}
</style>