Shades of Dark Violet #A306DC
Tints of Dark Violet #A306DC
RGB
CMYK
RGB Variations
Color information
#A306DC (or 0xA306DC) is known color: Dark Violet. HEX triplet: A3, 06 and DC. RGB value is (163,6,220). Sum of RGB (Red+Green+Blue) = 163+6+220=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A306DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306DC is #5CF923. Grayscale: #4C4C4C. Windows color (decimal): -6093092 or 14419619. OLE color: 14419619.
HSL color Cylindrical-coordinate representation of color #A306DC: hue angle of 284.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306DC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 6 | 220 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 284.02º | 0.95% | 0.44% | - |
| HSV(B) | 284.02º | 0.97% | 0.86% | - |
| XYZ | 28.09 | 13.08 | 68.76 | - |
| YUV | 77.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 220 | 0.26 | 0.97 | 0 | 0.14 | 284.02 | 0.95 | 0.44 |
| Hex | A3 | 6 | DC | 1A | 61 | 0 | E | 11C | 5F | 2C |
| Octal | 243 | 6 | 334 | 32 | 141 | 0 | 16 | 434 | 137 | 54 |
| Binary | 10100011 | 110 | 11011100 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A306DC
Complementary color
Monochromatic Colors of #A306DC
Black with #A306DC
Text Example
Text Example
White with #A306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306DC; }
p { color: rgb(163,6,220); }
H1.HeaderClassName
{
color: #A306DC;
}
.AnyTagClassName
{
color: #A306DC;
}
</style>
background-color css
<style>
a { background-color: #A306DC; }
a { background-color: rgb(163,6,220); }
div.DivClassName
{
background-color: #A306DC;
}
.BgClassName
{
background-color: #A306DC;
}
</style>
border-color css
<style>
span { border-color: #A306DC; }
span { border-color: rgb(163,6,220); }
td.TdClassName
{
border-color: #A306DC;
}
.TagClassName
{
border-color: #A306DC;
}
</style>