Shades of Strikemaster #AD618D
Tints of Strikemaster #AD618D
RGB
CMYK
RGB Variations
Color information
#AD618D (or 0xAD618D) is known color: Strikemaster. HEX triplet: AD, 61 and 8D. RGB value is (173,97,141). Sum of RGB (Red+Green+Blue) = 173+97+141=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618D is #529E72. Grayscale: #7C7C7C. Windows color (decimal): -5414515 or 9265581. OLE color: 9265581.
HSL color Cylindrical-coordinate representation of color #AD618D: hue angle of 325.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD618D is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 141 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.32 |
| HSL | 325.26º | 0.32% | 0.53% | - |
| HSV(B) | 325.26º | 0.44% | 0.68% | - |
| XYZ | 26.32 | 19.36 | 27.55 | - |
| YUV | 124.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 141 | 0 | 0.44 | 0.18 | 0.32 | 325.26 | 0.32 | 0.53 |
| Hex | AD | 61 | 8D | 0 | 2C | 12 | 20 | 145 | 20 | 35 |
| Octal | 255 | 141 | 215 | 0 | 54 | 22 | 40 | 505 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10001101 | 0 | 101100 | 10010 | 100000 | 101000101 | 100000 | 110101 |
Color Harmonies of #AD618D
Complementary color
Monochromatic Colors of #AD618D
Black with #AD618D
Text Example
Text Example
White with #AD618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD618D; }
p { color: rgb(173,97,141); }
H1.HeaderClassName
{
color: #AD618D;
}
.AnyTagClassName
{
color: #AD618D;
}
</style>
background-color css
<style>
a { background-color: #AD618D; }
a { background-color: rgb(173,97,141); }
div.DivClassName
{
background-color: #AD618D;
}
.BgClassName
{
background-color: #AD618D;
}
</style>
border-color css
<style>
span { border-color: #AD618D; }
span { border-color: rgb(173,97,141); }
td.TdClassName
{
border-color: #AD618D;
}
.TagClassName
{
border-color: #AD618D;
}
</style>