Shades of Dark Violet #A30BDF
Tints of Dark Violet #A30BDF
RGB
CMYK
RGB Variations
Color information
#A30BDF (or 0xA30BDF) is known color: Dark Violet. HEX triplet: A3, 0B and DF. RGB value is (163,11,223). Sum of RGB (Red+Green+Blue) = 163+11+223=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A30BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDF is #5CF420. Grayscale: #4F4F4F. Windows color (decimal): -6091809 or 14617507. OLE color: 14617507.
HSL color Cylindrical-coordinate representation of color #A30BDF: hue angle of 283.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BDF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 11 | 223 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 283.02º | 0.91% | 0.46% | - |
| HSV(B) | 283.02º | 0.95% | 0.87% | - |
| XYZ | 28.54 | 13.35 | 70.89 | - |
| YUV | 80.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 223 | 0.27 | 0.95 | 0 | 0.13 | 283.02 | 0.91 | 0.46 |
| Hex | A3 | B | DF | 1B | 5F | 0 | D | 11B | 5B | 2E |
| Octal | 243 | 13 | 337 | 33 | 137 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100011 | 1011 | 11011111 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A30BDF
Complementary color
Monochromatic Colors of #A30BDF
Black with #A30BDF
Text Example
Text Example
White with #A30BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BDF; }
p { color: rgb(163,11,223); }
H1.HeaderClassName
{
color: #A30BDF;
}
.AnyTagClassName
{
color: #A30BDF;
}
</style>
background-color css
<style>
a { background-color: #A30BDF; }
a { background-color: rgb(163,11,223); }
div.DivClassName
{
background-color: #A30BDF;
}
.BgClassName
{
background-color: #A30BDF;
}
</style>
border-color css
<style>
span { border-color: #A30BDF; }
span { border-color: rgb(163,11,223); }
td.TdClassName
{
border-color: #A30BDF;
}
.TagClassName
{
border-color: #A30BDF;
}
</style>