Shades of Strikemaster #AD5F92
Tints of Strikemaster #AD5F92
RGB
CMYK
RGB Variations
Color information
#AD5F92 (or 0xAD5F92) is known color: Strikemaster. HEX triplet: AD, 5F and 92. RGB value is (173,95,146). Sum of RGB (Red+Green+Blue) = 173+95+146=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F92 is #52A06D. Grayscale: #7C7C7C. Windows color (decimal): -5415022 or 9592749. OLE color: 9592749.
HSL color Cylindrical-coordinate representation of color #AD5F92: hue angle of 320.77º 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 #AD5F92 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 146 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.32 |
| HSL | 320.77º | 0.32% | 0.53% | - |
| HSV(B) | 320.77º | 0.45% | 0.68% | - |
| XYZ | 26.51 | 19.14 | 29.49 | - |
| YUV | 124.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 146 | 0 | 0.45 | 0.16 | 0.32 | 320.77 | 0.32 | 0.53 |
| Hex | AD | 5F | 92 | 0 | 2D | 10 | 20 | 141 | 20 | 35 |
| Octal | 255 | 137 | 222 | 0 | 55 | 20 | 40 | 501 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10010010 | 0 | 101101 | 10000 | 100000 | 101000001 | 100000 | 110101 |
Color Harmonies of #AD5F92
Complementary color
Monochromatic Colors of #AD5F92
Black with #AD5F92
Text Example
Text Example
White with #AD5F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F92; }
p { color: rgb(173,95,146); }
H1.HeaderClassName
{
color: #AD5F92;
}
.AnyTagClassName
{
color: #AD5F92;
}
</style>
background-color css
<style>
a { background-color: #AD5F92; }
a { background-color: rgb(173,95,146); }
div.DivClassName
{
background-color: #AD5F92;
}
.BgClassName
{
background-color: #AD5F92;
}
</style>
border-color css
<style>
span { border-color: #AD5F92; }
span { border-color: rgb(173,95,146); }
td.TdClassName
{
border-color: #AD5F92;
}
.TagClassName
{
border-color: #AD5F92;
}
</style>