Shades of Strikemaster #AD5F8C
Tints of Strikemaster #AD5F8C
RGB
CMYK
RGB Variations
Color information
#AD5F8C (or 0xAD5F8C) is known color: Strikemaster. HEX triplet: AD, 5F and 8C. RGB value is (173,95,140). Sum of RGB (Red+Green+Blue) = 173+95+140=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F8C is #52A073. Grayscale: #7B7B7B. Windows color (decimal): -5415028 or 9199533. OLE color: 9199533.
HSL color Cylindrical-coordinate representation of color #AD5F8C: hue angle of 325.38º 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 #AD5F8C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 140 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.32 |
| HSL | 325.38º | 0.32% | 0.53% | - |
| HSV(B) | 325.38º | 0.45% | 0.68% | - |
| XYZ | 26.06 | 18.96 | 27.1 | - |
| YUV | 123.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 140 | 0 | 0.45 | 0.19 | 0.32 | 325.38 | 0.32 | 0.53 |
| Hex | AD | 5F | 8C | 0 | 2D | 13 | 20 | 145 | 20 | 35 |
| Octal | 255 | 137 | 214 | 0 | 55 | 23 | 40 | 505 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10001100 | 0 | 101101 | 10011 | 100000 | 101000101 | 100000 | 110101 |
Color Harmonies of #AD5F8C
Complementary color
Monochromatic Colors of #AD5F8C
Black with #AD5F8C
Text Example
Text Example
White with #AD5F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F8C; }
p { color: rgb(173,95,140); }
H1.HeaderClassName
{
color: #AD5F8C;
}
.AnyTagClassName
{
color: #AD5F8C;
}
</style>
background-color css
<style>
a { background-color: #AD5F8C; }
a { background-color: rgb(173,95,140); }
div.DivClassName
{
background-color: #AD5F8C;
}
.BgClassName
{
background-color: #AD5F8C;
}
</style>
border-color css
<style>
span { border-color: #AD5F8C; }
span { border-color: rgb(173,95,140); }
td.TdClassName
{
border-color: #AD5F8C;
}
.TagClassName
{
border-color: #AD5F8C;
}
</style>