Shades of Dark Violet #A30CB0
Tints of Dark Violet #A30CB0
RGB
CMYK
RGB Variations
Color information
#A30CB0 (or 0xA30CB0) is known color: Dark Violet. HEX triplet: A3, 0C and B0. RGB value is (163,12,176). Sum of RGB (Red+Green+Blue) = 163+12+176=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #A30CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CB0 is #5CF34F. Grayscale: #4B4B4B. Windows color (decimal): -6091600 or 11537571. OLE color: 11537571.
HSL color Cylindrical-coordinate representation of color #A30CB0: hue angle of 295.24º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30CB0 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 12 | 176 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.31 |
| HSL | 295.24º | 0.87% | 0.37% | - |
| HSV(B) | 295.24º | 0.93% | 0.69% | - |
| XYZ | 23.07 | 11.18 | 42.02 | - |
| YUV | 75.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 176 | 0.07 | 0.93 | 0 | 0.31 | 295.24 | 0.87 | 0.37 |
| Hex | A3 | C | B0 | 7 | 5D | 0 | 1F | 127 | 57 | 25 |
| Octal | 243 | 14 | 260 | 7 | 135 | 0 | 37 | 447 | 127 | 45 |
| Binary | 10100011 | 1100 | 10110000 | 111 | 1011101 | 0 | 11111 | 100100111 | 1010111 | 100101 |
Color Harmonies of #A30CB0
Complementary color
Monochromatic Colors of #A30CB0
Black with #A30CB0
Text Example
Text Example
White with #A30CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CB0; }
p { color: rgb(163,12,176); }
H1.HeaderClassName
{
color: #A30CB0;
}
.AnyTagClassName
{
color: #A30CB0;
}
</style>
background-color css
<style>
a { background-color: #A30CB0; }
a { background-color: rgb(163,12,176); }
div.DivClassName
{
background-color: #A30CB0;
}
.BgClassName
{
background-color: #A30CB0;
}
</style>
border-color css
<style>
span { border-color: #A30CB0; }
span { border-color: rgb(163,12,176); }
td.TdClassName
{
border-color: #A30CB0;
}
.TagClassName
{
border-color: #A30CB0;
}
</style>