Shades of Dark Violet #A30BDD
Tints of Dark Violet #A30BDD
RGB
CMYK
RGB Variations
Color information
#A30BDD (or 0xA30BDD) is known color: Dark Violet. HEX triplet: A3, 0B and DD. RGB value is (163,11,221). Sum of RGB (Red+Green+Blue) = 163+11+221=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #A30BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDD is #5CF422. Grayscale: #4F4F4F. Windows color (decimal): -6091811 or 14486435. OLE color: 14486435.
HSL color Cylindrical-coordinate representation of color #A30BDD: hue angle of 283.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BDD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 11 | 221 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.43º | 0.91% | 0.45% | - |
| HSV(B) | 283.43º | 0.95% | 0.87% | - |
| XYZ | 28.28 | 13.25 | 69.47 | - |
| YUV | 80.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 221 | 0.26 | 0.95 | 0 | 0.13 | 283.43 | 0.91 | 0.45 |
| Hex | A3 | B | DD | 1A | 5F | 0 | D | 11B | 5B | 2D |
| Octal | 243 | 13 | 335 | 32 | 137 | 0 | 15 | 433 | 133 | 55 |
| Binary | 10100011 | 1011 | 11011101 | 11010 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101101 |
Color Harmonies of #A30BDD
Complementary color
Monochromatic Colors of #A30BDD
Black with #A30BDD
Text Example
Text Example
White with #A30BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BDD; }
p { color: rgb(163,11,221); }
H1.HeaderClassName
{
color: #A30BDD;
}
.AnyTagClassName
{
color: #A30BDD;
}
</style>
background-color css
<style>
a { background-color: #A30BDD; }
a { background-color: rgb(163,11,221); }
div.DivClassName
{
background-color: #A30BDD;
}
.BgClassName
{
background-color: #A30BDD;
}
</style>
border-color css
<style>
span { border-color: #A30BDD; }
span { border-color: rgb(163,11,221); }
td.TdClassName
{
border-color: #A30BDD;
}
.TagClassName
{
border-color: #A30BDD;
}
</style>