Shades of Dark Violet #A30BDA
Tints of Dark Violet #A30BDA
RGB
CMYK
RGB Variations
Color information
#A30BDA (or 0xA30BDA) is known color: Dark Violet. HEX triplet: A3, 0B and DA. RGB value is (163,11,218). Sum of RGB (Red+Green+Blue) = 163+11+218=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A30BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDA is #5CF425. Grayscale: #4F4F4F. Windows color (decimal): -6091814 or 14289827. OLE color: 14289827.
HSL color Cylindrical-coordinate representation of color #A30BDA: hue angle of 284.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BDA is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 11 | 218 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.15 |
| HSL | 284.06º | 0.9% | 0.45% | - |
| HSV(B) | 284.06º | 0.95% | 0.85% | - |
| XYZ | 27.88 | 13.09 | 67.39 | - |
| YUV | 80.05 | 205.86 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 218 | 0.25 | 0.95 | 0 | 0.15 | 284.06 | 0.9 | 0.45 |
| Hex | A3 | B | DA | 19 | 5F | 0 | F | 11C | 5A | 2D |
| Octal | 243 | 13 | 332 | 31 | 137 | 0 | 17 | 434 | 132 | 55 |
| Binary | 10100011 | 1011 | 11011010 | 11001 | 1011111 | 0 | 1111 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A30BDA
Complementary color
Monochromatic Colors of #A30BDA
Black with #A30BDA
Text Example
Text Example
White with #A30BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BDA; }
p { color: rgb(163,11,218); }
H1.HeaderClassName
{
color: #A30BDA;
}
.AnyTagClassName
{
color: #A30BDA;
}
</style>
background-color css
<style>
a { background-color: #A30BDA; }
a { background-color: rgb(163,11,218); }
div.DivClassName
{
background-color: #A30BDA;
}
.BgClassName
{
background-color: #A30BDA;
}
</style>
border-color css
<style>
span { border-color: #A30BDA; }
span { border-color: rgb(163,11,218); }
td.TdClassName
{
border-color: #A30BDA;
}
.TagClassName
{
border-color: #A30BDA;
}
</style>