Shades of Dark Violet #A30DBB
Tints of Dark Violet #A30DBB
RGB
CMYK
RGB Variations
Color information
#A30DBB (or 0xA30DBB) is known color: Dark Violet. HEX triplet: A3, 0D and BB. RGB value is (163,13,187). Sum of RGB (Red+Green+Blue) = 163+13+187=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #A30DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DBB is #5CF244. Grayscale: #4D4D4D. Windows color (decimal): -6091333 or 12258723. OLE color: 12258723.
HSL color Cylindrical-coordinate representation of color #A30DBB: hue angle of 291.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DBB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 13 | 187 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.27 |
| HSL | 291.72º | 0.87% | 0.39% | - |
| HSV(B) | 291.72º | 0.93% | 0.73% | - |
| XYZ | 24.22 | 11.66 | 47.99 | - |
| YUV | 77.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 187 | 0.13 | 0.93 | 0 | 0.27 | 291.72 | 0.87 | 0.39 |
| Hex | A3 | D | BB | D | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 243 | 15 | 273 | 15 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100011 | 1101 | 10111011 | 1101 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A30DBB
Complementary color
Monochromatic Colors of #A30DBB
Black with #A30DBB
Text Example
Text Example
White with #A30DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DBB; }
p { color: rgb(163,13,187); }
H1.HeaderClassName
{
color: #A30DBB;
}
.AnyTagClassName
{
color: #A30DBB;
}
</style>
background-color css
<style>
a { background-color: #A30DBB; }
a { background-color: rgb(163,13,187); }
div.DivClassName
{
background-color: #A30DBB;
}
.BgClassName
{
background-color: #A30DBB;
}
</style>
border-color css
<style>
span { border-color: #A30DBB; }
span { border-color: rgb(163,13,187); }
td.TdClassName
{
border-color: #A30DBB;
}
.TagClassName
{
border-color: #A30DBB;
}
</style>