Shades of Strikemaster #A65B83
Tints of Strikemaster #A65B83
RGB
CMYK
RGB Variations
Color information
#A65B83 (or 0xA65B83) is known color: Strikemaster. HEX triplet: A6, 5B and 83. RGB value is (166,91,131). Sum of RGB (Red+Green+Blue) = 166+91+131=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B83 is #59A47C. Grayscale: #757575. Windows color (decimal): -5874813 or 8608678. OLE color: 8608678.
HSL color Cylindrical-coordinate representation of color #A65B83: hue angle of 328º 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 #A65B83 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 131 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.35 |
| HSL | 328º | 0.3% | 0.5% | - |
| HSV(B) | 328º | 0.45% | 0.65% | - |
| XYZ | 23.56 | 17.23 | 23.56 | - |
| YUV | 117.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 131 | 0 | 0.45 | 0.21 | 0.35 | 328 | 0.3 | 0.5 |
| Hex | A6 | 5B | 83 | 0 | 2D | 15 | 23 | 148 | 1E | 32 |
| Octal | 246 | 133 | 203 | 0 | 55 | 25 | 43 | 510 | 36 | 62 |
| Binary | 10100110 | 1011011 | 10000011 | 0 | 101101 | 10101 | 100011 | 101001000 | 11110 | 110010 |
Color Harmonies of #A65B83
Complementary color
Monochromatic Colors of #A65B83
Black with #A65B83
Text Example
Text Example
White with #A65B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B83; }
p { color: rgb(166,91,131); }
H1.HeaderClassName
{
color: #A65B83;
}
.AnyTagClassName
{
color: #A65B83;
}
</style>
background-color css
<style>
a { background-color: #A65B83; }
a { background-color: rgb(166,91,131); }
div.DivClassName
{
background-color: #A65B83;
}
.BgClassName
{
background-color: #A65B83;
}
</style>
border-color css
<style>
span { border-color: #A65B83; }
span { border-color: rgb(166,91,131); }
td.TdClassName
{
border-color: #A65B83;
}
.TagClassName
{
border-color: #A65B83;
}
</style>