Shades of Dark Violet #A30BDC
Tints of Dark Violet #A30BDC
RGB
CMYK
RGB Variations
Color information
#A30BDC (or 0xA30BDC) is known color: Dark Violet. HEX triplet: A3, 0B and DC. RGB value is (163,11,220). Sum of RGB (Red+Green+Blue) = 163+11+220=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A30BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDC is #5CF423. Grayscale: #4F4F4F. Windows color (decimal): -6091812 or 14420899. OLE color: 14420899.
HSL color Cylindrical-coordinate representation of color #A30BDC: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BDC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 11 | 220 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.14 |
| HSL | 283.64º | 0.9% | 0.45% | - |
| HSV(B) | 283.64º | 0.95% | 0.86% | - |
| XYZ | 28.14 | 13.19 | 68.77 | - |
| YUV | 80.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 220 | 0.26 | 0.95 | 0 | 0.14 | 283.64 | 0.9 | 0.45 |
| Hex | A3 | B | DC | 1A | 5F | 0 | E | 11C | 5A | 2D |
| Octal | 243 | 13 | 334 | 32 | 137 | 0 | 16 | 434 | 132 | 55 |
| Binary | 10100011 | 1011 | 11011100 | 11010 | 1011111 | 0 | 1110 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A30BDC
Complementary color
Monochromatic Colors of #A30BDC
Black with #A30BDC
Text Example
Text Example
White with #A30BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BDC; }
p { color: rgb(163,11,220); }
H1.HeaderClassName
{
color: #A30BDC;
}
.AnyTagClassName
{
color: #A30BDC;
}
</style>
background-color css
<style>
a { background-color: #A30BDC; }
a { background-color: rgb(163,11,220); }
div.DivClassName
{
background-color: #A30BDC;
}
.BgClassName
{
background-color: #A30BDC;
}
</style>
border-color css
<style>
span { border-color: #A30BDC; }
span { border-color: rgb(163,11,220); }
td.TdClassName
{
border-color: #A30BDC;
}
.TagClassName
{
border-color: #A30BDC;
}
</style>