Shades of Strikemaster #A65A82
Tints of Strikemaster #A65A82
RGB
CMYK
RGB Variations
Color information
#A65A82 (or 0xA65A82) is known color: Strikemaster. HEX triplet: A6, 5A and 82. RGB value is (166,90,130). Sum of RGB (Red+Green+Blue) = 166+90+130=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A82 is #59A57D. Grayscale: #757575. Windows color (decimal): -5875070 or 8542886. OLE color: 8542886.
HSL color Cylindrical-coordinate representation of color #A65A82: hue angle of 328.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A82 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 130 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.35 |
| HSL | 328.42º | 0.3% | 0.5% | - |
| HSV(B) | 328.42º | 0.46% | 0.65% | - |
| XYZ | 23.41 | 17.03 | 23.17 | - |
| YUV | 117.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 130 | 0 | 0.46 | 0.22 | 0.35 | 328.42 | 0.3 | 0.5 |
| Hex | A6 | 5A | 82 | 0 | 2E | 16 | 23 | 148 | 1E | 32 |
| Octal | 246 | 132 | 202 | 0 | 56 | 26 | 43 | 510 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10000010 | 0 | 101110 | 10110 | 100011 | 101001000 | 11110 | 110010 |
Color Harmonies of #A65A82
Complementary color
Monochromatic Colors of #A65A82
Black with #A65A82
Text Example
Text Example
White with #A65A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A82; }
p { color: rgb(166,90,130); }
H1.HeaderClassName
{
color: #A65A82;
}
.AnyTagClassName
{
color: #A65A82;
}
</style>
background-color css
<style>
a { background-color: #A65A82; }
a { background-color: rgb(166,90,130); }
div.DivClassName
{
background-color: #A65A82;
}
.BgClassName
{
background-color: #A65A82;
}
</style>
border-color css
<style>
span { border-color: #A65A82; }
span { border-color: rgb(166,90,130); }
td.TdClassName
{
border-color: #A65A82;
}
.TagClassName
{
border-color: #A65A82;
}
</style>