Shades of Strikemaster #AD648F
Tints of Strikemaster #AD648F
RGB
CMYK
RGB Variations
Color information
#AD648F (or 0xAD648F) is known color: Strikemaster. HEX triplet: AD, 64 and 8F. RGB value is (173,100,143). Sum of RGB (Red+Green+Blue) = 173+100+143=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648F is #529B70. Grayscale: #7E7E7E. Windows color (decimal): -5413745 or 9397421. OLE color: 9397421.
HSL color Cylindrical-coordinate representation of color #AD648F: hue angle of 324.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD648F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 143 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.32 |
| HSL | 324.66º | 0.31% | 0.54% | - |
| HSV(B) | 324.66º | 0.42% | 0.68% | - |
| XYZ | 26.75 | 19.98 | 28.43 | - |
| YUV | 126.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 143 | 0 | 0.42 | 0.17 | 0.32 | 324.66 | 0.31 | 0.54 |
| Hex | AD | 64 | 8F | 0 | 2A | 11 | 20 | 145 | 1F | 36 |
| Octal | 255 | 144 | 217 | 0 | 52 | 21 | 40 | 505 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10001111 | 0 | 101010 | 10001 | 100000 | 101000101 | 11111 | 110110 |
Color Harmonies of #AD648F
Complementary color
Monochromatic Colors of #AD648F
Black with #AD648F
Text Example
Text Example
White with #AD648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD648F; }
p { color: rgb(173,100,143); }
H1.HeaderClassName
{
color: #AD648F;
}
.AnyTagClassName
{
color: #AD648F;
}
</style>
background-color css
<style>
a { background-color: #AD648F; }
a { background-color: rgb(173,100,143); }
div.DivClassName
{
background-color: #AD648F;
}
.BgClassName
{
background-color: #AD648F;
}
</style>
border-color css
<style>
span { border-color: #AD648F; }
span { border-color: rgb(173,100,143); }
td.TdClassName
{
border-color: #AD648F;
}
.TagClassName
{
border-color: #AD648F;
}
</style>