Shades of Strikemaster #A65882
Tints of Strikemaster #A65882
RGB
CMYK
RGB Variations
Color information
#A65882 (or 0xA65882) is known color: Strikemaster. HEX triplet: A6, 58 and 82. RGB value is (166,88,130). Sum of RGB (Red+Green+Blue) = 166+88+130=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65882 is #59A77D. Grayscale: #747474. Windows color (decimal): -5875582 or 8542374. OLE color: 8542374.
HSL color Cylindrical-coordinate representation of color #A65882: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65882 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 130 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.35 |
| HSL | 327.69º | 0.31% | 0.5% | - |
| HSV(B) | 327.69º | 0.47% | 0.65% | - |
| XYZ | 23.24 | 16.7 | 23.12 | - |
| YUV | 116.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 130 | 0 | 0.47 | 0.22 | 0.35 | 327.69 | 0.31 | 0.5 |
| Hex | A6 | 58 | 82 | 0 | 2F | 16 | 23 | 148 | 1F | 32 |
| Octal | 246 | 130 | 202 | 0 | 57 | 26 | 43 | 510 | 37 | 62 |
| Binary | 10100110 | 1011000 | 10000010 | 0 | 101111 | 10110 | 100011 | 101001000 | 11111 | 110010 |
Color Harmonies of #A65882
Complementary color
Monochromatic Colors of #A65882
Black with #A65882
Text Example
Text Example
White with #A65882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65882; }
p { color: rgb(166,88,130); }
H1.HeaderClassName
{
color: #A65882;
}
.AnyTagClassName
{
color: #A65882;
}
</style>
background-color css
<style>
a { background-color: #A65882; }
a { background-color: rgb(166,88,130); }
div.DivClassName
{
background-color: #A65882;
}
.BgClassName
{
background-color: #A65882;
}
</style>
border-color css
<style>
span { border-color: #A65882; }
span { border-color: rgb(166,88,130); }
td.TdClassName
{
border-color: #A65882;
}
.TagClassName
{
border-color: #A65882;
}
</style>