Shades of Strikemaster #A65C7E
Tints of Strikemaster #A65C7E
RGB
CMYK
RGB Variations
Color information
#A65C7E (or 0xA65C7E) is known color: Strikemaster. HEX triplet: A6, 5C and 7E. RGB value is (166,92,126). Sum of RGB (Red+Green+Blue) = 166+92+126=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C7E is #59A381. Grayscale: #757575. Windows color (decimal): -5874562 or 8281254. OLE color: 8281254.
HSL color Cylindrical-coordinate representation of color #A65C7E: hue angle of 332.43º 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 #A65C7E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 126 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.35 |
| HSL | 332.43º | 0.29% | 0.51% | - |
| HSV(B) | 332.43º | 0.45% | 0.65% | - |
| XYZ | 23.32 | 17.27 | 21.84 | - |
| YUV | 118 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 126 | 0 | 0.45 | 0.24 | 0.35 | 332.43 | 0.29 | 0.51 |
| Hex | A6 | 5C | 7E | 0 | 2D | 18 | 23 | 14C | 1D | 33 |
| Octal | 246 | 134 | 176 | 0 | 55 | 30 | 43 | 514 | 35 | 63 |
| Binary | 10100110 | 1011100 | 1111110 | 0 | 101101 | 11000 | 100011 | 101001100 | 11101 | 110011 |
Color Harmonies of #A65C7E
Complementary color
Monochromatic Colors of #A65C7E
Black with #A65C7E
Text Example
Text Example
White with #A65C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C7E; }
p { color: rgb(166,92,126); }
H1.HeaderClassName
{
color: #A65C7E;
}
.AnyTagClassName
{
color: #A65C7E;
}
</style>
background-color css
<style>
a { background-color: #A65C7E; }
a { background-color: rgb(166,92,126); }
div.DivClassName
{
background-color: #A65C7E;
}
.BgClassName
{
background-color: #A65C7E;
}
</style>
border-color css
<style>
span { border-color: #A65C7E; }
span { border-color: rgb(166,92,126); }
td.TdClassName
{
border-color: #A65C7E;
}
.TagClassName
{
border-color: #A65C7E;
}
</style>