Shades of Dark Violet #A30ABC
Tints of Dark Violet #A30ABC
RGB
CMYK
RGB Variations
Color information
#A30ABC (or 0xA30ABC) is known color: Dark Violet. HEX triplet: A3, 0A and BC. RGB value is (163,10,188). Sum of RGB (Red+Green+Blue) = 163+10+188=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #A30ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABC is #5CF543. Grayscale: #4B4B4B. Windows color (decimal): -6092100 or 12323491. OLE color: 12323491.
HSL color Cylindrical-coordinate representation of color #A30ABC: hue angle of 291.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ABC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 10 | 188 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.26 |
| HSL | 291.57º | 0.9% | 0.39% | - |
| HSV(B) | 291.57º | 0.95% | 0.74% | - |
| XYZ | 24.29 | 11.63 | 48.54 | - |
| YUV | 76.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 188 | 0.13 | 0.95 | 0 | 0.26 | 291.57 | 0.9 | 0.39 |
| Hex | A3 | A | BC | D | 5F | 0 | 1A | 124 | 5A | 27 |
| Octal | 243 | 12 | 274 | 15 | 137 | 0 | 32 | 444 | 132 | 47 |
| Binary | 10100011 | 1010 | 10111100 | 1101 | 1011111 | 0 | 11010 | 100100100 | 1011010 | 100111 |
Color Harmonies of #A30ABC
Complementary color
Monochromatic Colors of #A30ABC
Black with #A30ABC
Text Example
Text Example
White with #A30ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ABC; }
p { color: rgb(163,10,188); }
H1.HeaderClassName
{
color: #A30ABC;
}
.AnyTagClassName
{
color: #A30ABC;
}
</style>
background-color css
<style>
a { background-color: #A30ABC; }
a { background-color: rgb(163,10,188); }
div.DivClassName
{
background-color: #A30ABC;
}
.BgClassName
{
background-color: #A30ABC;
}
</style>
border-color css
<style>
span { border-color: #A30ABC; }
span { border-color: rgb(163,10,188); }
td.TdClassName
{
border-color: #A30ABC;
}
.TagClassName
{
border-color: #A30ABC;
}
</style>