Shades of Violet Blue #A63DAC
Tints of Violet Blue #A63DAC
RGB
CMYK
RGB Variations
Color information
#A63DAC (or 0xA63DAC) is known color: Violet Blue. HEX triplet: A6, 3D and AC. RGB value is (166,61,172). Sum of RGB (Red+Green+Blue) = 166+61+172=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DAC is #59C253. Grayscale: #686868. Windows color (decimal): -5882452 or 11287974. OLE color: 11287974.
HSL color Cylindrical-coordinate representation of color #A63DAC: hue angle of 296.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63DAC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 61 | 172 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.33 |
| HSL | 296.76º | 0.48% | 0.46% | - |
| HSV(B) | 296.76º | 0.65% | 0.67% | - |
| XYZ | 24.84 | 14.42 | 40.5 | - |
| YUV | 105.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 172 | 0.03 | 0.65 | 0 | 0.33 | 296.76 | 0.48 | 0.46 |
| Hex | A6 | 3D | AC | 3 | 41 | 0 | 21 | 129 | 30 | 2E |
| Octal | 246 | 75 | 254 | 3 | 101 | 0 | 41 | 451 | 60 | 56 |
| Binary | 10100110 | 111101 | 10101100 | 11 | 1000001 | 0 | 100001 | 100101001 | 110000 | 101110 |
Color Harmonies of #A63DAC
Complementary color
Monochromatic Colors of #A63DAC
Black with #A63DAC
Text Example
Text Example
White with #A63DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DAC; }
p { color: rgb(166,61,172); }
H1.HeaderClassName
{
color: #A63DAC;
}
.AnyTagClassName
{
color: #A63DAC;
}
</style>
background-color css
<style>
a { background-color: #A63DAC; }
a { background-color: rgb(166,61,172); }
div.DivClassName
{
background-color: #A63DAC;
}
.BgClassName
{
background-color: #A63DAC;
}
</style>
border-color css
<style>
span { border-color: #A63DAC; }
span { border-color: rgb(166,61,172); }
td.TdClassName
{
border-color: #A63DAC;
}
.TagClassName
{
border-color: #A63DAC;
}
</style>