Shades of Violet Blue #A63C9E
Tints of Violet Blue #A63C9E
RGB
CMYK
RGB Variations
Color information
#A63C9E (or 0xA63C9E) is known color: Violet Blue. HEX triplet: A6, 3C and 9E. RGB value is (166,60,158). Sum of RGB (Red+Green+Blue) = 166+60+158=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C9E is #59C361. Grayscale: #666666. Windows color (decimal): -5882722 or 10370214. OLE color: 10370214.
HSL color Cylindrical-coordinate representation of color #A63C9E: hue angle of 304.53º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C9E is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 158 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.35 |
| HSL | 304.53º | 0.47% | 0.44% | - |
| HSV(B) | 304.53º | 0.64% | 0.65% | - |
| XYZ | 23.51 | 13.81 | 33.77 | - |
| YUV | 102.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 158 | 0 | 0.64 | 0.05 | 0.35 | 304.53 | 0.47 | 0.44 |
| Hex | A6 | 3C | 9E | 0 | 40 | 5 | 23 | 131 | 2F | 2C |
| Octal | 246 | 74 | 236 | 0 | 100 | 5 | 43 | 461 | 57 | 54 |
| Binary | 10100110 | 111100 | 10011110 | 0 | 1000000 | 101 | 100011 | 100110001 | 101111 | 101100 |
Color Harmonies of #A63C9E
Complementary color
Monochromatic Colors of #A63C9E
Black with #A63C9E
Text Example
Text Example
White with #A63C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C9E; }
p { color: rgb(166,60,158); }
H1.HeaderClassName
{
color: #A63C9E;
}
.AnyTagClassName
{
color: #A63C9E;
}
</style>
background-color css
<style>
a { background-color: #A63C9E; }
a { background-color: rgb(166,60,158); }
div.DivClassName
{
background-color: #A63C9E;
}
.BgClassName
{
background-color: #A63C9E;
}
</style>
border-color css
<style>
span { border-color: #A63C9E; }
span { border-color: rgb(166,60,158); }
td.TdClassName
{
border-color: #A63C9E;
}
.TagClassName
{
border-color: #A63C9E;
}
</style>