Shades of Strikemaster #A65C90
Tints of Strikemaster #A65C90
RGB
CMYK
RGB Variations
Color information
#A65C90 (or 0xA65C90) is known color: Strikemaster. HEX triplet: A6, 5C and 90. RGB value is (166,92,144). Sum of RGB (Red+Green+Blue) = 166+92+144=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C90 is #59A36F. Grayscale: #777777. Windows color (decimal): -5874544 or 9460902. OLE color: 9460902.
HSL color Cylindrical-coordinate representation of color #A65C90: hue angle of 317.84º 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 #A65C90 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 144 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.35 |
| HSL | 317.84º | 0.29% | 0.51% | - |
| HSV(B) | 317.84º | 0.45% | 0.65% | - |
| XYZ | 24.59 | 17.77 | 28.52 | - |
| YUV | 120.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 144 | 0 | 0.45 | 0.13 | 0.35 | 317.84 | 0.29 | 0.51 |
| Hex | A6 | 5C | 90 | 0 | 2D | D | 23 | 13E | 1D | 33 |
| Octal | 246 | 134 | 220 | 0 | 55 | 15 | 43 | 476 | 35 | 63 |
| Binary | 10100110 | 1011100 | 10010000 | 0 | 101101 | 1101 | 100011 | 100111110 | 11101 | 110011 |
Color Harmonies of #A65C90
Complementary color
Monochromatic Colors of #A65C90
Black with #A65C90
Text Example
Text Example
White with #A65C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C90; }
p { color: rgb(166,92,144); }
H1.HeaderClassName
{
color: #A65C90;
}
.AnyTagClassName
{
color: #A65C90;
}
</style>
background-color css
<style>
a { background-color: #A65C90; }
a { background-color: rgb(166,92,144); }
div.DivClassName
{
background-color: #A65C90;
}
.BgClassName
{
background-color: #A65C90;
}
</style>
border-color css
<style>
span { border-color: #A65C90; }
span { border-color: rgb(166,92,144); }
td.TdClassName
{
border-color: #A65C90;
}
.TagClassName
{
border-color: #A65C90;
}
</style>