Shades of Violet Blue #A63D9A
Tints of Violet Blue #A63D9A
RGB
CMYK
RGB Variations
Color information
#A63D9A (or 0xA63D9A) is known color: Violet Blue. HEX triplet: A6, 3D and 9A. RGB value is (166,61,154). Sum of RGB (Red+Green+Blue) = 166+61+154=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D9A is #59C265. Grayscale: #666666. Windows color (decimal): -5882470 or 10108326. OLE color: 10108326.
HSL color Cylindrical-coordinate representation of color #A63D9A: hue angle of 306.86º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63D9A is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 154 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.35 |
| HSL | 306.86º | 0.46% | 0.45% | - |
| HSV(B) | 306.86º | 0.63% | 0.65% | - |
| XYZ | 23.23 | 13.78 | 32.01 | - |
| YUV | 103 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 154 | 0 | 0.63 | 0.07 | 0.35 | 306.86 | 0.46 | 0.45 |
| Hex | A6 | 3D | 9A | 0 | 3F | 7 | 23 | 133 | 2E | 2D |
| Octal | 246 | 75 | 232 | 0 | 77 | 7 | 43 | 463 | 56 | 55 |
| Binary | 10100110 | 111101 | 10011010 | 0 | 111111 | 111 | 100011 | 100110011 | 101110 | 101101 |
Color Harmonies of #A63D9A
Complementary color
Monochromatic Colors of #A63D9A
Black with #A63D9A
Text Example
Text Example
White with #A63D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D9A; }
p { color: rgb(166,61,154); }
H1.HeaderClassName
{
color: #A63D9A;
}
.AnyTagClassName
{
color: #A63D9A;
}
</style>
background-color css
<style>
a { background-color: #A63D9A; }
a { background-color: rgb(166,61,154); }
div.DivClassName
{
background-color: #A63D9A;
}
.BgClassName
{
background-color: #A63D9A;
}
</style>
border-color css
<style>
span { border-color: #A63D9A; }
span { border-color: rgb(166,61,154); }
td.TdClassName
{
border-color: #A63D9A;
}
.TagClassName
{
border-color: #A63D9A;
}
</style>