Shades of Dark Violet #A30CBE
Tints of Dark Violet #A30CBE
RGB
CMYK
RGB Variations
Color information
#A30CBE (or 0xA30CBE) is known color: Dark Violet. HEX triplet: A3, 0C and BE. RGB value is (163,12,190). Sum of RGB (Red+Green+Blue) = 163+12+190=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A30CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBE is #5CF341. Grayscale: #4C4C4C. Windows color (decimal): -6091586 or 12455075. OLE color: 12455075.
HSL color Cylindrical-coordinate representation of color #A30CBE: hue angle of 290.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 12 | 190 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.25 |
| HSL | 290.9º | 0.88% | 0.4% | - |
| HSV(B) | 290.9º | 0.94% | 0.75% | - |
| XYZ | 24.53 | 11.77 | 49.69 | - |
| YUV | 77.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 190 | 0.14 | 0.94 | 0 | 0.25 | 290.9 | 0.88 | 0.4 |
| Hex | A3 | C | BE | E | 5E | 0 | 19 | 123 | 58 | 28 |
| Octal | 243 | 14 | 276 | 16 | 136 | 0 | 31 | 443 | 130 | 50 |
| Binary | 10100011 | 1100 | 10111110 | 1110 | 1011110 | 0 | 11001 | 100100011 | 1011000 | 101000 |
Color Harmonies of #A30CBE
Complementary color
Monochromatic Colors of #A30CBE
Black with #A30CBE
Text Example
Text Example
White with #A30CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CBE; }
p { color: rgb(163,12,190); }
H1.HeaderClassName
{
color: #A30CBE;
}
.AnyTagClassName
{
color: #A30CBE;
}
</style>
background-color css
<style>
a { background-color: #A30CBE; }
a { background-color: rgb(163,12,190); }
div.DivClassName
{
background-color: #A30CBE;
}
.BgClassName
{
background-color: #A30CBE;
}
</style>
border-color css
<style>
span { border-color: #A30CBE; }
span { border-color: rgb(163,12,190); }
td.TdClassName
{
border-color: #A30CBE;
}
.TagClassName
{
border-color: #A30CBE;
}
</style>