Shades of Dark Violet #A30ACB
Tints of Dark Violet #A30ACB
RGB
CMYK
RGB Variations
Color information
#A30ACB (or 0xA30ACB) is known color: Dark Violet. HEX triplet: A3, 0A and CB. RGB value is (163,10,203). Sum of RGB (Red+Green+Blue) = 163+10+203=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #A30ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ACB is #5CF534. Grayscale: #4D4D4D. Windows color (decimal): -6092085 or 13306531. OLE color: 13306531.
HSL color Cylindrical-coordinate representation of color #A30ACB: hue angle of 287.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ACB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 10 | 203 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.20 |
| HSL | 287.56º | 0.91% | 0.42% | - |
| HSV(B) | 287.56º | 0.95% | 0.8% | - |
| XYZ | 25.99 | 12.32 | 57.51 | - |
| YUV | 77.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 203 | 0.20 | 0.95 | 0 | 0.20 | 287.56 | 0.91 | 0.42 |
| Hex | A3 | A | CB | 14 | 5F | 0 | 14 | 120 | 5B | 2A |
| Octal | 243 | 12 | 313 | 24 | 137 | 0 | 24 | 440 | 133 | 52 |
| Binary | 10100011 | 1010 | 11001011 | 10100 | 1011111 | 0 | 10100 | 100100000 | 1011011 | 101010 |
Color Harmonies of #A30ACB
Complementary color
Monochromatic Colors of #A30ACB
Black with #A30ACB
Text Example
Text Example
White with #A30ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ACB; }
p { color: rgb(163,10,203); }
H1.HeaderClassName
{
color: #A30ACB;
}
.AnyTagClassName
{
color: #A30ACB;
}
</style>
background-color css
<style>
a { background-color: #A30ACB; }
a { background-color: rgb(163,10,203); }
div.DivClassName
{
background-color: #A30ACB;
}
.BgClassName
{
background-color: #A30ACB;
}
</style>
border-color css
<style>
span { border-color: #A30ACB; }
span { border-color: rgb(163,10,203); }
td.TdClassName
{
border-color: #A30ACB;
}
.TagClassName
{
border-color: #A30ACB;
}
</style>