Shades of Strikemaster #A65D8F
Tints of Strikemaster #A65D8F
RGB
CMYK
RGB Variations
Color information
#A65D8F (or 0xA65D8F) is known color: Strikemaster. HEX triplet: A6, 5D and 8F. RGB value is (166,93,143). Sum of RGB (Red+Green+Blue) = 166+93+143=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D8F is #59A270. Grayscale: #787878. Windows color (decimal): -5874289 or 9395622. OLE color: 9395622.
HSL color Cylindrical-coordinate representation of color #A65D8F: hue angle of 318.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D8F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 143 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.35 |
| HSL | 318.9º | 0.29% | 0.51% | - |
| HSV(B) | 318.9º | 0.44% | 0.65% | - |
| XYZ | 24.6 | 17.92 | 28.15 | - |
| YUV | 120.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 143 | 0 | 0.44 | 0.14 | 0.35 | 318.9 | 0.29 | 0.51 |
| Hex | A6 | 5D | 8F | 0 | 2C | E | 23 | 13F | 1D | 33 |
| Octal | 246 | 135 | 217 | 0 | 54 | 16 | 43 | 477 | 35 | 63 |
| Binary | 10100110 | 1011101 | 10001111 | 0 | 101100 | 1110 | 100011 | 100111111 | 11101 | 110011 |
Color Harmonies of #A65D8F
Complementary color
Monochromatic Colors of #A65D8F
Black with #A65D8F
Text Example
Text Example
White with #A65D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D8F; }
p { color: rgb(166,93,143); }
H1.HeaderClassName
{
color: #A65D8F;
}
.AnyTagClassName
{
color: #A65D8F;
}
</style>
background-color css
<style>
a { background-color: #A65D8F; }
a { background-color: rgb(166,93,143); }
div.DivClassName
{
background-color: #A65D8F;
}
.BgClassName
{
background-color: #A65D8F;
}
</style>
border-color css
<style>
span { border-color: #A65D8F; }
span { border-color: rgb(166,93,143); }
td.TdClassName
{
border-color: #A65D8F;
}
.TagClassName
{
border-color: #A65D8F;
}
</style>