Shades of Dark Violet #A304DB
Tints of Dark Violet #A304DB
RGB
CMYK
RGB Variations
Color information
#A304DB (or 0xA304DB) is known color: Dark Violet. HEX triplet: A3, 04 and DB. RGB value is (163,4,219). Sum of RGB (Red+Green+Blue) = 163+4+219=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A304DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304DB is #5CFB24. Grayscale: #4B4B4B. Windows color (decimal): -6093605 or 14353571. OLE color: 14353571.
HSL color Cylindrical-coordinate representation of color #A304DB: hue angle of 284.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304DB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 4 | 219 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.14 |
| HSL | 284.37º | 0.96% | 0.44% | - |
| HSV(B) | 284.37º | 0.98% | 0.86% | - |
| XYZ | 27.93 | 12.99 | 68.05 | - |
| YUV | 76.05 | 208.68 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 219 | 0.26 | 0.98 | 0 | 0.14 | 284.37 | 0.96 | 0.44 |
| Hex | A3 | 4 | DB | 1A | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 243 | 4 | 333 | 32 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100011 | 100 | 11011011 | 11010 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A304DB
Complementary color
Monochromatic Colors of #A304DB
Black with #A304DB
Text Example
Text Example
White with #A304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304DB; }
p { color: rgb(163,4,219); }
H1.HeaderClassName
{
color: #A304DB;
}
.AnyTagClassName
{
color: #A304DB;
}
</style>
background-color css
<style>
a { background-color: #A304DB; }
a { background-color: rgb(163,4,219); }
div.DivClassName
{
background-color: #A304DB;
}
.BgClassName
{
background-color: #A304DB;
}
</style>
border-color css
<style>
span { border-color: #A304DB; }
span { border-color: rgb(163,4,219); }
td.TdClassName
{
border-color: #A304DB;
}
.TagClassName
{
border-color: #A304DB;
}
</style>