Shades of Strikemaster #A65788
Tints of Strikemaster #A65788
RGB
CMYK
RGB Variations
Color information
#A65788 (or 0xA65788) is known color: Strikemaster. HEX triplet: A6, 57 and 88. RGB value is (166,87,136). Sum of RGB (Red+Green+Blue) = 166+87+136=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A65788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65788 is #59A877. Grayscale: #747474. Windows color (decimal): -5875832 or 8935334. OLE color: 8935334.
HSL color Cylindrical-coordinate representation of color #A65788: hue angle of 322.78º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65788 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 136 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.35 |
| HSL | 322.78º | 0.31% | 0.5% | - |
| HSV(B) | 322.78º | 0.48% | 0.65% | - |
| XYZ | 23.58 | 16.7 | 25.27 | - |
| YUV | 116.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 136 | 0 | 0.48 | 0.18 | 0.35 | 322.78 | 0.31 | 0.5 |
| Hex | A6 | 57 | 88 | 0 | 30 | 12 | 23 | 143 | 1F | 32 |
| Octal | 246 | 127 | 210 | 0 | 60 | 22 | 43 | 503 | 37 | 62 |
| Binary | 10100110 | 1010111 | 10001000 | 0 | 110000 | 10010 | 100011 | 101000011 | 11111 | 110010 |
Color Harmonies of #A65788
Complementary color
Monochromatic Colors of #A65788
Black with #A65788
Text Example
Text Example
White with #A65788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65788; }
p { color: rgb(166,87,136); }
H1.HeaderClassName
{
color: #A65788;
}
.AnyTagClassName
{
color: #A65788;
}
</style>
background-color css
<style>
a { background-color: #A65788; }
a { background-color: rgb(166,87,136); }
div.DivClassName
{
background-color: #A65788;
}
.BgClassName
{
background-color: #A65788;
}
</style>
border-color css
<style>
span { border-color: #A65788; }
span { border-color: rgb(166,87,136); }
td.TdClassName
{
border-color: #A65788;
}
.TagClassName
{
border-color: #A65788;
}
</style>