Shades of Strikemaster #A65C8E
Tints of Strikemaster #A65C8E
RGB
CMYK
RGB Variations
Color information
#A65C8E (or 0xA65C8E) is known color: Strikemaster. HEX triplet: A6, 5C and 8E. RGB value is (166,92,142). Sum of RGB (Red+Green+Blue) = 166+92+142=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C8E is #59A371. Grayscale: #777777. Windows color (decimal): -5874546 or 9329830. OLE color: 9329830.
HSL color Cylindrical-coordinate representation of color #A65C8E: hue angle of 319.46º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C8E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 142 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.35 |
| HSL | 319.46º | 0.29% | 0.51% | - |
| HSV(B) | 319.46º | 0.45% | 0.65% | - |
| XYZ | 24.44 | 17.71 | 27.72 | - |
| YUV | 119.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 142 | 0 | 0.45 | 0.14 | 0.35 | 319.46 | 0.29 | 0.51 |
| Hex | A6 | 5C | 8E | 0 | 2D | E | 23 | 13F | 1D | 33 |
| Octal | 246 | 134 | 216 | 0 | 55 | 16 | 43 | 477 | 35 | 63 |
| Binary | 10100110 | 1011100 | 10001110 | 0 | 101101 | 1110 | 100011 | 100111111 | 11101 | 110011 |
Color Harmonies of #A65C8E
Complementary color
Monochromatic Colors of #A65C8E
Black with #A65C8E
Text Example
Text Example
White with #A65C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C8E; }
p { color: rgb(166,92,142); }
H1.HeaderClassName
{
color: #A65C8E;
}
.AnyTagClassName
{
color: #A65C8E;
}
</style>
background-color css
<style>
a { background-color: #A65C8E; }
a { background-color: rgb(166,92,142); }
div.DivClassName
{
background-color: #A65C8E;
}
.BgClassName
{
background-color: #A65C8E;
}
</style>
border-color css
<style>
span { border-color: #A65C8E; }
span { border-color: rgb(166,92,142); }
td.TdClassName
{
border-color: #A65C8E;
}
.TagClassName
{
border-color: #A65C8E;
}
</style>