Shades of Dark Violet #A307DB
Tints of Dark Violet #A307DB
RGB
CMYK
RGB Variations
Color information
#A307DB (or 0xA307DB) is known color: Dark Violet. HEX triplet: A3, 07 and DB. RGB value is (163,7,219). Sum of RGB (Red+Green+Blue) = 163+7+219=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A307DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307DB is #5CF824. Grayscale: #4D4D4D. Windows color (decimal): -6092837 or 14354339. OLE color: 14354339.
HSL color Cylindrical-coordinate representation of color #A307DB: hue angle of 284.15º degrees, saturation: 0.94, 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 #A307DB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 7 | 219 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 284.15º | 0.94% | 0.44% | - |
| HSV(B) | 284.15º | 0.97% | 0.86% | - |
| XYZ | 27.97 | 13.05 | 68.06 | - |
| YUV | 77.81 | 207.68 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 219 | 0.26 | 0.97 | 0 | 0.14 | 284.15 | 0.94 | 0.44 |
| Hex | A3 | 7 | DB | 1A | 61 | 0 | E | 11C | 5E | 2C |
| Octal | 243 | 7 | 333 | 32 | 141 | 0 | 16 | 434 | 136 | 54 |
| Binary | 10100011 | 111 | 11011011 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101100 |
Color Harmonies of #A307DB
Complementary color
Monochromatic Colors of #A307DB
Black with #A307DB
Text Example
Text Example
White with #A307DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307DB; }
p { color: rgb(163,7,219); }
H1.HeaderClassName
{
color: #A307DB;
}
.AnyTagClassName
{
color: #A307DB;
}
</style>
background-color css
<style>
a { background-color: #A307DB; }
a { background-color: rgb(163,7,219); }
div.DivClassName
{
background-color: #A307DB;
}
.BgClassName
{
background-color: #A307DB;
}
</style>
border-color css
<style>
span { border-color: #A307DB; }
span { border-color: rgb(163,7,219); }
td.TdClassName
{
border-color: #A307DB;
}
.TagClassName
{
border-color: #A307DB;
}
</style>