Shades of Strikemaster #A65A8D
Tints of Strikemaster #A65A8D
RGB
CMYK
RGB Variations
Color information
#A65A8D (or 0xA65A8D) is known color: Strikemaster. HEX triplet: A6, 5A and 8D. RGB value is (166,90,141). Sum of RGB (Red+Green+Blue) = 166+90+141=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A8D is #59A572. Grayscale: #767676. Windows color (decimal): -5875059 or 9263782. OLE color: 9263782.
HSL color Cylindrical-coordinate representation of color #A65A8D: hue angle of 319.74º 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 #A65A8D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 141 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.35 |
| HSL | 319.74º | 0.3% | 0.5% | - |
| HSV(B) | 319.74º | 0.46% | 0.65% | - |
| XYZ | 24.19 | 17.34 | 27.27 | - |
| YUV | 118.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 141 | 0 | 0.46 | 0.15 | 0.35 | 319.74 | 0.3 | 0.5 |
| Hex | A6 | 5A | 8D | 0 | 2E | F | 23 | 140 | 1E | 32 |
| Octal | 246 | 132 | 215 | 0 | 56 | 17 | 43 | 500 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10001101 | 0 | 101110 | 1111 | 100011 | 101000000 | 11110 | 110010 |
Color Harmonies of #A65A8D
Complementary color
Monochromatic Colors of #A65A8D
Black with #A65A8D
Text Example
Text Example
White with #A65A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A8D; }
p { color: rgb(166,90,141); }
H1.HeaderClassName
{
color: #A65A8D;
}
.AnyTagClassName
{
color: #A65A8D;
}
</style>
background-color css
<style>
a { background-color: #A65A8D; }
a { background-color: rgb(166,90,141); }
div.DivClassName
{
background-color: #A65A8D;
}
.BgClassName
{
background-color: #A65A8D;
}
</style>
border-color css
<style>
span { border-color: #A65A8D; }
span { border-color: rgb(166,90,141); }
td.TdClassName
{
border-color: #A65A8D;
}
.TagClassName
{
border-color: #A65A8D;
}
</style>