Shades of Strikemaster #AD6390
Tints of Strikemaster #AD6390
RGB
CMYK
RGB Variations
Color information
#AD6390 (or 0xAD6390) is known color: Strikemaster. HEX triplet: AD, 63 and 90. RGB value is (173,99,144). Sum of RGB (Red+Green+Blue) = 173+99+144=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6390 is #529C6F. Grayscale: #7E7E7E. Windows color (decimal): -5414000 or 9462701. OLE color: 9462701.
HSL color Cylindrical-coordinate representation of color #AD6390: hue angle of 323.51º 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 #AD6390 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 144 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.32 |
| HSL | 323.51º | 0.31% | 0.53% | - |
| HSV(B) | 323.51º | 0.43% | 0.68% | - |
| XYZ | 26.73 | 19.82 | 28.8 | - |
| YUV | 126.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 144 | 0 | 0.43 | 0.17 | 0.32 | 323.51 | 0.31 | 0.53 |
| Hex | AD | 63 | 90 | 0 | 2B | 11 | 20 | 144 | 1F | 35 |
| Octal | 255 | 143 | 220 | 0 | 53 | 21 | 40 | 504 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10010000 | 0 | 101011 | 10001 | 100000 | 101000100 | 11111 | 110101 |
Color Harmonies of #AD6390
Complementary color
Monochromatic Colors of #AD6390
Black with #AD6390
Text Example
Text Example
White with #AD6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6390; }
p { color: rgb(173,99,144); }
H1.HeaderClassName
{
color: #AD6390;
}
.AnyTagClassName
{
color: #AD6390;
}
</style>
background-color css
<style>
a { background-color: #AD6390; }
a { background-color: rgb(173,99,144); }
div.DivClassName
{
background-color: #AD6390;
}
.BgClassName
{
background-color: #AD6390;
}
</style>
border-color css
<style>
span { border-color: #AD6390; }
span { border-color: rgb(173,99,144); }
td.TdClassName
{
border-color: #AD6390;
}
.TagClassName
{
border-color: #AD6390;
}
</style>