Shades of Violet Blue #A63B9E
Tints of Violet Blue #A63B9E
RGB
CMYK
RGB Variations
Color information
#A63B9E (or 0xA63B9E) is known color: Violet Blue. HEX triplet: A6, 3B and 9E. RGB value is (166,59,158). Sum of RGB (Red+Green+Blue) = 166+59+158=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63B9E is #59C461. Grayscale: #656565. Windows color (decimal): -5882978 or 10369958. OLE color: 10369958.
HSL color Cylindrical-coordinate representation of color #A63B9E: hue angle of 304.49º degrees, saturation: 0.48, 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 #A63B9E is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 158 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.35 |
| HSL | 304.49º | 0.48% | 0.44% | - |
| HSV(B) | 304.49º | 0.64% | 0.65% | - |
| XYZ | 23.46 | 13.7 | 33.76 | - |
| YUV | 102.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 158 | 0 | 0.64 | 0.05 | 0.35 | 304.49 | 0.48 | 0.44 |
| Hex | A6 | 3B | 9E | 0 | 40 | 5 | 23 | 130 | 30 | 2C |
| Octal | 246 | 73 | 236 | 0 | 100 | 5 | 43 | 460 | 60 | 54 |
| Binary | 10100110 | 111011 | 10011110 | 0 | 1000000 | 101 | 100011 | 100110000 | 110000 | 101100 |
Color Harmonies of #A63B9E
Complementary color
Monochromatic Colors of #A63B9E
Black with #A63B9E
Text Example
Text Example
White with #A63B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B9E; }
p { color: rgb(166,59,158); }
H1.HeaderClassName
{
color: #A63B9E;
}
.AnyTagClassName
{
color: #A63B9E;
}
</style>
background-color css
<style>
a { background-color: #A63B9E; }
a { background-color: rgb(166,59,158); }
div.DivClassName
{
background-color: #A63B9E;
}
.BgClassName
{
background-color: #A63B9E;
}
</style>
border-color css
<style>
span { border-color: #A63B9E; }
span { border-color: rgb(166,59,158); }
td.TdClassName
{
border-color: #A63B9E;
}
.TagClassName
{
border-color: #A63B9E;
}
</style>