Shades of Strikemaster #AD628D
Tints of Strikemaster #AD628D
RGB
CMYK
RGB Variations
Color information
#AD628D (or 0xAD628D) is known color: Strikemaster. HEX triplet: AD, 62 and 8D. RGB value is (173,98,141). Sum of RGB (Red+Green+Blue) = 173+98+141=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628D is #529D72. Grayscale: #7D7D7D. Windows color (decimal): -5414259 or 9265837. OLE color: 9265837.
HSL color Cylindrical-coordinate representation of color #AD628D: hue angle of 325.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD628D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 141 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.32 |
| HSL | 325.6º | 0.31% | 0.53% | - |
| HSV(B) | 325.6º | 0.43% | 0.68% | - |
| XYZ | 26.41 | 19.54 | 27.58 | - |
| YUV | 125.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 141 | 0 | 0.43 | 0.18 | 0.32 | 325.6 | 0.31 | 0.53 |
| Hex | AD | 62 | 8D | 0 | 2B | 12 | 20 | 146 | 1F | 35 |
| Octal | 255 | 142 | 215 | 0 | 53 | 22 | 40 | 506 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10001101 | 0 | 101011 | 10010 | 100000 | 101000110 | 11111 | 110101 |
Color Harmonies of #AD628D
Complementary color
Monochromatic Colors of #AD628D
Black with #AD628D
Text Example
Text Example
White with #AD628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD628D; }
p { color: rgb(173,98,141); }
H1.HeaderClassName
{
color: #AD628D;
}
.AnyTagClassName
{
color: #AD628D;
}
</style>
background-color css
<style>
a { background-color: #AD628D; }
a { background-color: rgb(173,98,141); }
div.DivClassName
{
background-color: #AD628D;
}
.BgClassName
{
background-color: #AD628D;
}
</style>
border-color css
<style>
span { border-color: #AD628D; }
span { border-color: rgb(173,98,141); }
td.TdClassName
{
border-color: #AD628D;
}
.TagClassName
{
border-color: #AD628D;
}
</style>