Shades of Dark Violet #A307D0
Tints of Dark Violet #A307D0
RGB
CMYK
RGB Variations
Color information
#A307D0 (or 0xA307D0) is known color: Dark Violet. HEX triplet: A3, 07 and D0. RGB value is (163,7,208). Sum of RGB (Red+Green+Blue) = 163+7+208=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #A307D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307D0 is #5CF82F. Grayscale: #4B4B4B. Windows color (decimal): -6092848 or 13633443. OLE color: 13633443.
HSL color Cylindrical-coordinate representation of color #A307D0: hue angle of 286.57º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307D0 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 7 | 208 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.18 |
| HSL | 286.57º | 0.93% | 0.42% | - |
| HSV(B) | 286.57º | 0.97% | 0.82% | - |
| XYZ | 26.57 | 12.49 | 60.69 | - |
| YUV | 76.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 208 | 0.22 | 0.97 | 0 | 0.18 | 286.57 | 0.93 | 0.42 |
| Hex | A3 | 7 | D0 | 16 | 61 | 0 | 12 | 11F | 5D | 2A |
| Octal | 243 | 7 | 320 | 26 | 141 | 0 | 22 | 437 | 135 | 52 |
| Binary | 10100011 | 111 | 11010000 | 10110 | 1100001 | 0 | 10010 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A307D0
Complementary color
Monochromatic Colors of #A307D0
Black with #A307D0
Text Example
Text Example
White with #A307D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307D0; }
p { color: rgb(163,7,208); }
H1.HeaderClassName
{
color: #A307D0;
}
.AnyTagClassName
{
color: #A307D0;
}
</style>
background-color css
<style>
a { background-color: #A307D0; }
a { background-color: rgb(163,7,208); }
div.DivClassName
{
background-color: #A307D0;
}
.BgClassName
{
background-color: #A307D0;
}
</style>
border-color css
<style>
span { border-color: #A307D0; }
span { border-color: rgb(163,7,208); }
td.TdClassName
{
border-color: #A307D0;
}
.TagClassName
{
border-color: #A307D0;
}
</style>