Shades of Strikemaster #A65E8F
Tints of Strikemaster #A65E8F
RGB
CMYK
RGB Variations
Color information
#A65E8F (or 0xA65E8F) is known color: Strikemaster. HEX triplet: A6, 5E and 8F. RGB value is (166,94,143). Sum of RGB (Red+Green+Blue) = 166+94+143=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E8F is #59A170. Grayscale: #787878. Windows color (decimal): -5874033 or 9395878. OLE color: 9395878.
HSL color Cylindrical-coordinate representation of color #A65E8F: hue angle of 319.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65E8F is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 94 | 143 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.35 |
| HSL | 319.17º | 0.29% | 0.51% | - |
| HSV(B) | 319.17º | 0.43% | 0.65% | - |
| XYZ | 24.69 | 18.1 | 28.18 | - |
| YUV | 121.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 143 | 0 | 0.43 | 0.14 | 0.35 | 319.17 | 0.29 | 0.51 |
| Hex | A6 | 5E | 8F | 0 | 2B | E | 23 | 13F | 1D | 33 |
| Octal | 246 | 136 | 217 | 0 | 53 | 16 | 43 | 477 | 35 | 63 |
| Binary | 10100110 | 1011110 | 10001111 | 0 | 101011 | 1110 | 100011 | 100111111 | 11101 | 110011 |
Color Harmonies of #A65E8F
Complementary color
Monochromatic Colors of #A65E8F
Black with #A65E8F
Text Example
Text Example
White with #A65E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65E8F; }
p { color: rgb(166,94,143); }
H1.HeaderClassName
{
color: #A65E8F;
}
.AnyTagClassName
{
color: #A65E8F;
}
</style>
background-color css
<style>
a { background-color: #A65E8F; }
a { background-color: rgb(166,94,143); }
div.DivClassName
{
background-color: #A65E8F;
}
.BgClassName
{
background-color: #A65E8F;
}
</style>
border-color css
<style>
span { border-color: #A65E8F; }
span { border-color: rgb(166,94,143); }
td.TdClassName
{
border-color: #A65E8F;
}
.TagClassName
{
border-color: #A65E8F;
}
</style>