Shades of Dark Violet #A30BDE
Tints of Dark Violet #A30BDE
RGB
CMYK
RGB Variations
Color information
#A30BDE (or 0xA30BDE) is known color: Dark Violet. HEX triplet: A3, 0B and DE. RGB value is (163,11,222). Sum of RGB (Red+Green+Blue) = 163+11+222=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #A30BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDE is #5CF421. Grayscale: #4F4F4F. Windows color (decimal): -6091810 or 14551971. OLE color: 14551971.
HSL color Cylindrical-coordinate representation of color #A30BDE: hue angle of 283.22º 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 #A30BDE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 11 | 222 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 283.22º | 0.91% | 0.46% | - |
| HSV(B) | 283.22º | 0.95% | 0.87% | - |
| XYZ | 28.41 | 13.3 | 70.18 | - |
| YUV | 80.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 222 | 0.27 | 0.95 | 0 | 0.13 | 283.22 | 0.91 | 0.46 |
| Hex | A3 | B | DE | 1B | 5F | 0 | D | 11B | 5B | 2E |
| Octal | 243 | 13 | 336 | 33 | 137 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100011 | 1011 | 11011110 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A30BDE
Complementary color
Monochromatic Colors of #A30BDE
Black with #A30BDE
Text Example
Text Example
White with #A30BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BDE; }
p { color: rgb(163,11,222); }
H1.HeaderClassName
{
color: #A30BDE;
}
.AnyTagClassName
{
color: #A30BDE;
}
</style>
background-color css
<style>
a { background-color: #A30BDE; }
a { background-color: rgb(163,11,222); }
div.DivClassName
{
background-color: #A30BDE;
}
.BgClassName
{
background-color: #A30BDE;
}
</style>
border-color css
<style>
span { border-color: #A30BDE; }
span { border-color: rgb(163,11,222); }
td.TdClassName
{
border-color: #A30BDE;
}
.TagClassName
{
border-color: #A30BDE;
}
</style>