Shades of Dark Violet #A30DCB
Tints of Dark Violet #A30DCB
RGB
CMYK
RGB Variations
Color information
#A30DCB (or 0xA30DCB) is known color: Dark Violet. HEX triplet: A3, 0D and CB. RGB value is (163,13,203). Sum of RGB (Red+Green+Blue) = 163+13+203=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #A30DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCB is #5CF234. Grayscale: #4E4E4E. Windows color (decimal): -6091317 or 13307299. OLE color: 13307299.
HSL color Cylindrical-coordinate representation of color #A30DCB: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DCB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 13 | 203 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.20 |
| HSL | 287.37º | 0.88% | 0.42% | - |
| HSV(B) | 287.37º | 0.94% | 0.8% | - |
| XYZ | 26.03 | 12.39 | 57.52 | - |
| YUV | 79.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 203 | 0.20 | 0.94 | 0 | 0.20 | 287.37 | 0.88 | 0.42 |
| Hex | A3 | D | CB | 14 | 5E | 0 | 14 | 11F | 58 | 2A |
| Octal | 243 | 15 | 313 | 24 | 136 | 0 | 24 | 437 | 130 | 52 |
| Binary | 10100011 | 1101 | 11001011 | 10100 | 1011110 | 0 | 10100 | 100011111 | 1011000 | 101010 |
Color Harmonies of #A30DCB
Complementary color
Monochromatic Colors of #A30DCB
Black with #A30DCB
Text Example
Text Example
White with #A30DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DCB; }
p { color: rgb(163,13,203); }
H1.HeaderClassName
{
color: #A30DCB;
}
.AnyTagClassName
{
color: #A30DCB;
}
</style>
background-color css
<style>
a { background-color: #A30DCB; }
a { background-color: rgb(163,13,203); }
div.DivClassName
{
background-color: #A30DCB;
}
.BgClassName
{
background-color: #A30DCB;
}
</style>
border-color css
<style>
span { border-color: #A30DCB; }
span { border-color: rgb(163,13,203); }
td.TdClassName
{
border-color: #A30DCB;
}
.TagClassName
{
border-color: #A30DCB;
}
</style>