Shades of Strikemaster #AD608C
Tints of Strikemaster #AD608C
RGB
CMYK
RGB Variations
Color information
#AD608C (or 0xAD608C) is known color: Strikemaster. HEX triplet: AD, 60 and 8C. RGB value is (173,96,140). Sum of RGB (Red+Green+Blue) = 173+96+140=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608C is #529F73. Grayscale: #7B7B7B. Windows color (decimal): -5414772 or 9199789. OLE color: 9199789.
HSL color Cylindrical-coordinate representation of color #AD608C: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD608C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 140 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.32 |
| HSL | 325.71º | 0.32% | 0.53% | - |
| HSV(B) | 325.71º | 0.45% | 0.68% | - |
| XYZ | 26.15 | 19.14 | 27.13 | - |
| YUV | 124.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 140 | 0 | 0.45 | 0.19 | 0.32 | 325.71 | 0.32 | 0.53 |
| Hex | AD | 60 | 8C | 0 | 2D | 13 | 20 | 146 | 20 | 35 |
| Octal | 255 | 140 | 214 | 0 | 55 | 23 | 40 | 506 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10001100 | 0 | 101101 | 10011 | 100000 | 101000110 | 100000 | 110101 |
Color Harmonies of #AD608C
Complementary color
Monochromatic Colors of #AD608C
Black with #AD608C
Text Example
Text Example
White with #AD608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD608C; }
p { color: rgb(173,96,140); }
H1.HeaderClassName
{
color: #AD608C;
}
.AnyTagClassName
{
color: #AD608C;
}
</style>
background-color css
<style>
a { background-color: #AD608C; }
a { background-color: rgb(173,96,140); }
div.DivClassName
{
background-color: #AD608C;
}
.BgClassName
{
background-color: #AD608C;
}
</style>
border-color css
<style>
span { border-color: #AD608C; }
span { border-color: rgb(173,96,140); }
td.TdClassName
{
border-color: #AD608C;
}
.TagClassName
{
border-color: #AD608C;
}
</style>