Shades of Dark Violet #A30CBD
Tints of Dark Violet #A30CBD
RGB
CMYK
RGB Variations
Color information
#A30CBD (or 0xA30CBD) is known color: Dark Violet. HEX triplet: A3, 0C and BD. RGB value is (163,12,189). Sum of RGB (Red+Green+Blue) = 163+12+189=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBD is #5CF342. Grayscale: #4C4C4C. Windows color (decimal): -6091587 or 12389539. OLE color: 12389539.
HSL color Cylindrical-coordinate representation of color #A30CBD: hue angle of 291.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 12 | 189 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.26 |
| HSL | 291.19º | 0.88% | 0.39% | - |
| HSV(B) | 291.19º | 0.94% | 0.74% | - |
| XYZ | 24.42 | 11.72 | 49.12 | - |
| YUV | 77.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 189 | 0.14 | 0.94 | 0 | 0.26 | 291.19 | 0.88 | 0.39 |
| Hex | A3 | C | BD | E | 5E | 0 | 1A | 123 | 58 | 27 |
| Octal | 243 | 14 | 275 | 16 | 136 | 0 | 32 | 443 | 130 | 47 |
| Binary | 10100011 | 1100 | 10111101 | 1110 | 1011110 | 0 | 11010 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A30CBD
Complementary color
Monochromatic Colors of #A30CBD
Black with #A30CBD
Text Example
Text Example
White with #A30CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CBD; }
p { color: rgb(163,12,189); }
H1.HeaderClassName
{
color: #A30CBD;
}
.AnyTagClassName
{
color: #A30CBD;
}
</style>
background-color css
<style>
a { background-color: #A30CBD; }
a { background-color: rgb(163,12,189); }
div.DivClassName
{
background-color: #A30CBD;
}
.BgClassName
{
background-color: #A30CBD;
}
</style>
border-color css
<style>
span { border-color: #A30CBD; }
span { border-color: rgb(163,12,189); }
td.TdClassName
{
border-color: #A30CBD;
}
.TagClassName
{
border-color: #A30CBD;
}
</style>