Shades of Strikemaster #A65A8B
Tints of Strikemaster #A65A8B
RGB
CMYK
RGB Variations
Color information
#A65A8B (or 0xA65A8B) is known color: Strikemaster. HEX triplet: A6, 5A and 8B. RGB value is (166,90,139). Sum of RGB (Red+Green+Blue) = 166+90+139=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A8B is #59A574. Grayscale: #767676. Windows color (decimal): -5875061 or 9132710. OLE color: 9132710.
HSL color Cylindrical-coordinate representation of color #A65A8B: hue angle of 321.32º 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 #A65A8B is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 139 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 321.32º | 0.3% | 0.5% | - |
| HSV(B) | 321.32º | 0.46% | 0.65% | - |
| XYZ | 24.04 | 17.28 | 26.49 | - |
| YUV | 118.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 139 | 0 | 0.46 | 0.16 | 0.35 | 321.32 | 0.3 | 0.5 |
| Hex | A6 | 5A | 8B | 0 | 2E | 10 | 23 | 141 | 1E | 32 |
| Octal | 246 | 132 | 213 | 0 | 56 | 20 | 43 | 501 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10001011 | 0 | 101110 | 10000 | 100011 | 101000001 | 11110 | 110010 |
Color Harmonies of #A65A8B
Complementary color
Monochromatic Colors of #A65A8B
Black with #A65A8B
Text Example
Text Example
White with #A65A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A8B; }
p { color: rgb(166,90,139); }
H1.HeaderClassName
{
color: #A65A8B;
}
.AnyTagClassName
{
color: #A65A8B;
}
</style>
background-color css
<style>
a { background-color: #A65A8B; }
a { background-color: rgb(166,90,139); }
div.DivClassName
{
background-color: #A65A8B;
}
.BgClassName
{
background-color: #A65A8B;
}
</style>
border-color css
<style>
span { border-color: #A65A8B; }
span { border-color: rgb(166,90,139); }
td.TdClassName
{
border-color: #A65A8B;
}
.TagClassName
{
border-color: #A65A8B;
}
</style>