Shades of Strikemaster #A65D7E
Tints of Strikemaster #A65D7E
RGB
CMYK
RGB Variations
Color information
#A65D7E (or 0xA65D7E) is known color: Strikemaster. HEX triplet: A6, 5D and 7E. RGB value is (166,93,126). Sum of RGB (Red+Green+Blue) = 166+93+126=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D7E is #59A281. Grayscale: #767676. Windows color (decimal): -5874306 or 8281510. OLE color: 8281510.
HSL color Cylindrical-coordinate representation of color #A65D7E: hue angle of 332.88º 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 #A65D7E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 126 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.35 |
| HSL | 332.88º | 0.29% | 0.51% | - |
| HSV(B) | 332.88º | 0.44% | 0.65% | - |
| XYZ | 23.41 | 17.44 | 21.87 | - |
| YUV | 118.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 126 | 0 | 0.44 | 0.24 | 0.35 | 332.88 | 0.29 | 0.51 |
| Hex | A6 | 5D | 7E | 0 | 2C | 18 | 23 | 14D | 1D | 33 |
| Octal | 246 | 135 | 176 | 0 | 54 | 30 | 43 | 515 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1111110 | 0 | 101100 | 11000 | 100011 | 101001101 | 11101 | 110011 |
Color Harmonies of #A65D7E
Complementary color
Monochromatic Colors of #A65D7E
Black with #A65D7E
Text Example
Text Example
White with #A65D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D7E; }
p { color: rgb(166,93,126); }
H1.HeaderClassName
{
color: #A65D7E;
}
.AnyTagClassName
{
color: #A65D7E;
}
</style>
background-color css
<style>
a { background-color: #A65D7E; }
a { background-color: rgb(166,93,126); }
div.DivClassName
{
background-color: #A65D7E;
}
.BgClassName
{
background-color: #A65D7E;
}
</style>
border-color css
<style>
span { border-color: #A65D7E; }
span { border-color: rgb(166,93,126); }
td.TdClassName
{
border-color: #A65D7E;
}
.TagClassName
{
border-color: #A65D7E;
}
</style>