Shades of Strikemaster #A35780
Tints of Strikemaster #A35780
RGB
CMYK
RGB Variations
Color information
#A35780 (or 0xA35780) is known color: Strikemaster. HEX triplet: A3, 57 and 80. RGB value is (163,87,128). Sum of RGB (Red+Green+Blue) = 163+87+128=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A35780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35780 is #5CA87F. Grayscale: #727272. Windows color (decimal): -6072448 or 8411043. OLE color: 8411043.
HSL color Cylindrical-coordinate representation of color #A35780: hue angle of 327.63º 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 #A35780 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 128 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.36 |
| HSL | 327.63º | 0.3% | 0.49% | - |
| HSV(B) | 327.63º | 0.47% | 0.64% | - |
| XYZ | 22.41 | 16.16 | 22.36 | - |
| YUV | 114.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 128 | 0 | 0.47 | 0.21 | 0.36 | 327.63 | 0.3 | 0.49 |
| Hex | A3 | 57 | 80 | 0 | 2F | 15 | 24 | 148 | 1E | 31 |
| Octal | 243 | 127 | 200 | 0 | 57 | 25 | 44 | 510 | 36 | 61 |
| Binary | 10100011 | 1010111 | 10000000 | 0 | 101111 | 10101 | 100100 | 101001000 | 11110 | 110001 |
Color Harmonies of #A35780
Complementary color
Monochromatic Colors of #A35780
Black with #A35780
Text Example
Text Example
White with #A35780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35780; }
p { color: rgb(163,87,128); }
H1.HeaderClassName
{
color: #A35780;
}
.AnyTagClassName
{
color: #A35780;
}
</style>
background-color css
<style>
a { background-color: #A35780; }
a { background-color: rgb(163,87,128); }
div.DivClassName
{
background-color: #A35780;
}
.BgClassName
{
background-color: #A35780;
}
</style>
border-color css
<style>
span { border-color: #A35780; }
span { border-color: rgb(163,87,128); }
td.TdClassName
{
border-color: #A35780;
}
.TagClassName
{
border-color: #A35780;
}
</style>