Shades of Dark Violet #A309DC
Tints of Dark Violet #A309DC
RGB
CMYK
RGB Variations
Color information
#A309DC (or 0xA309DC) is known color: Dark Violet. HEX triplet: A3, 09 and DC. RGB value is (163,9,220). Sum of RGB (Red+Green+Blue) = 163+9+220=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #A309DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309DC is #5CF623. Grayscale: #4E4E4E. Windows color (decimal): -6092324 or 14420387. OLE color: 14420387.
HSL color Cylindrical-coordinate representation of color #A309DC: hue angle of 283.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309DC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 9 | 220 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.14 |
| HSL | 283.79º | 0.92% | 0.45% | - |
| HSV(B) | 283.79º | 0.96% | 0.86% | - |
| XYZ | 28.12 | 13.15 | 68.77 | - |
| YUV | 79.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 220 | 0.26 | 0.96 | 0 | 0.14 | 283.79 | 0.92 | 0.45 |
| Hex | A3 | 9 | DC | 1A | 60 | 0 | E | 11C | 5C | 2D |
| Octal | 243 | 11 | 334 | 32 | 140 | 0 | 16 | 434 | 134 | 55 |
| Binary | 10100011 | 1001 | 11011100 | 11010 | 1100000 | 0 | 1110 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A309DC
Complementary color
Monochromatic Colors of #A309DC
Black with #A309DC
Text Example
Text Example
White with #A309DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309DC; }
p { color: rgb(163,9,220); }
H1.HeaderClassName
{
color: #A309DC;
}
.AnyTagClassName
{
color: #A309DC;
}
</style>
background-color css
<style>
a { background-color: #A309DC; }
a { background-color: rgb(163,9,220); }
div.DivClassName
{
background-color: #A309DC;
}
.BgClassName
{
background-color: #A309DC;
}
</style>
border-color css
<style>
span { border-color: #A309DC; }
span { border-color: rgb(163,9,220); }
td.TdClassName
{
border-color: #A309DC;
}
.TagClassName
{
border-color: #A309DC;
}
</style>