Shades of Dark Violet #A309DB
Tints of Dark Violet #A309DB
RGB
CMYK
RGB Variations
Color information
#A309DB (or 0xA309DB) is known color: Dark Violet. HEX triplet: A3, 09 and DB. RGB value is (163,9,219). Sum of RGB (Red+Green+Blue) = 163+9+219=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A309DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309DB is #5CF624. Grayscale: #4E4E4E. Windows color (decimal): -6092325 or 14354851. OLE color: 14354851.
HSL color Cylindrical-coordinate representation of color #A309DB: hue angle of 284º 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 #A309DB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 9 | 219 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.14 |
| HSL | 284º | 0.92% | 0.45% | - |
| HSV(B) | 284º | 0.96% | 0.86% | - |
| XYZ | 27.99 | 13.1 | 68.07 | - |
| YUV | 78.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 219 | 0.26 | 0.96 | 0 | 0.14 | 284 | 0.92 | 0.45 |
| Hex | A3 | 9 | DB | 1A | 60 | 0 | E | 11C | 5C | 2D |
| Octal | 243 | 11 | 333 | 32 | 140 | 0 | 16 | 434 | 134 | 55 |
| Binary | 10100011 | 1001 | 11011011 | 11010 | 1100000 | 0 | 1110 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A309DB
Complementary color
Monochromatic Colors of #A309DB
Black with #A309DB
Text Example
Text Example
White with #A309DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309DB; }
p { color: rgb(163,9,219); }
H1.HeaderClassName
{
color: #A309DB;
}
.AnyTagClassName
{
color: #A309DB;
}
</style>
background-color css
<style>
a { background-color: #A309DB; }
a { background-color: rgb(163,9,219); }
div.DivClassName
{
background-color: #A309DB;
}
.BgClassName
{
background-color: #A309DB;
}
</style>
border-color css
<style>
span { border-color: #A309DB; }
span { border-color: rgb(163,9,219); }
td.TdClassName
{
border-color: #A309DB;
}
.TagClassName
{
border-color: #A309DB;
}
</style>