Shades of Dark Violet #A30DBD
Tints of Dark Violet #A30DBD
RGB
CMYK
RGB Variations
Color information
#A30DBD (or 0xA30DBD) is known color: Dark Violet. HEX triplet: A3, 0D and BD. RGB value is (163,13,189). Sum of RGB (Red+Green+Blue) = 163+13+189=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DBD is #5CF242. Grayscale: #4D4D4D. Windows color (decimal): -6091331 or 12389795. OLE color: 12389795.
HSL color Cylindrical-coordinate representation of color #A30DBD: hue angle of 291.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DBD is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 13 | 189 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.26 |
| HSL | 291.14º | 0.87% | 0.4% | - |
| HSV(B) | 291.14º | 0.93% | 0.74% | - |
| XYZ | 24.43 | 11.75 | 49.12 | - |
| YUV | 77.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 189 | 0.14 | 0.93 | 0 | 0.26 | 291.14 | 0.87 | 0.4 |
| Hex | A3 | D | BD | E | 5D | 0 | 1A | 123 | 57 | 28 |
| Octal | 243 | 15 | 275 | 16 | 135 | 0 | 32 | 443 | 127 | 50 |
| Binary | 10100011 | 1101 | 10111101 | 1110 | 1011101 | 0 | 11010 | 100100011 | 1010111 | 101000 |
Color Harmonies of #A30DBD
Complementary color
Monochromatic Colors of #A30DBD
Black with #A30DBD
Text Example
Text Example
White with #A30DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DBD; }
p { color: rgb(163,13,189); }
H1.HeaderClassName
{
color: #A30DBD;
}
.AnyTagClassName
{
color: #A30DBD;
}
</style>
background-color css
<style>
a { background-color: #A30DBD; }
a { background-color: rgb(163,13,189); }
div.DivClassName
{
background-color: #A30DBD;
}
.BgClassName
{
background-color: #A30DBD;
}
</style>
border-color css
<style>
span { border-color: #A30DBD; }
span { border-color: rgb(163,13,189); }
td.TdClassName
{
border-color: #A30DBD;
}
.TagClassName
{
border-color: #A30DBD;
}
</style>