Shades of Strikemaster #A65B81
Tints of Strikemaster #A65B81
RGB
CMYK
RGB Variations
Color information
#A65B81 (or 0xA65B81) is known color: Strikemaster. HEX triplet: A6, 5B and 81. RGB value is (166,91,129). Sum of RGB (Red+Green+Blue) = 166+91+129=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B81 is #59A47E. Grayscale: #757575. Windows color (decimal): -5874815 or 8477606. OLE color: 8477606.
HSL color Cylindrical-coordinate representation of color #A65B81: hue angle of 329.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B81 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 129 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.35 |
| HSL | 329.6º | 0.3% | 0.5% | - |
| HSV(B) | 329.6º | 0.45% | 0.65% | - |
| XYZ | 23.43 | 17.17 | 22.85 | - |
| YUV | 117.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 129 | 0 | 0.45 | 0.22 | 0.35 | 329.6 | 0.3 | 0.5 |
| Hex | A6 | 5B | 81 | 0 | 2D | 16 | 23 | 14A | 1E | 32 |
| Octal | 246 | 133 | 201 | 0 | 55 | 26 | 43 | 512 | 36 | 62 |
| Binary | 10100110 | 1011011 | 10000001 | 0 | 101101 | 10110 | 100011 | 101001010 | 11110 | 110010 |
Color Harmonies of #A65B81
Complementary color
Monochromatic Colors of #A65B81
Black with #A65B81
Text Example
Text Example
White with #A65B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B81; }
p { color: rgb(166,91,129); }
H1.HeaderClassName
{
color: #A65B81;
}
.AnyTagClassName
{
color: #A65B81;
}
</style>
background-color css
<style>
a { background-color: #A65B81; }
a { background-color: rgb(166,91,129); }
div.DivClassName
{
background-color: #A65B81;
}
.BgClassName
{
background-color: #A65B81;
}
</style>
border-color css
<style>
span { border-color: #A65B81; }
span { border-color: rgb(166,91,129); }
td.TdClassName
{
border-color: #A65B81;
}
.TagClassName
{
border-color: #A65B81;
}
</style>