Shades of Dark Violet #A30AB4
Tints of Dark Violet #A30AB4
RGB
CMYK
RGB Variations
Color information
#A30AB4 (or 0xA30AB4) is known color: Dark Violet. HEX triplet: A3, 0A and B4. RGB value is (163,10,180). Sum of RGB (Red+Green+Blue) = 163+10+180=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #A30AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AB4 is #5CF54B. Grayscale: #4A4A4A. Windows color (decimal): -6092108 or 11799203. OLE color: 11799203.
HSL color Cylindrical-coordinate representation of color #A30AB4: hue angle of 294º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AB4 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 10 | 180 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.29 |
| HSL | 294º | 0.89% | 0.37% | - |
| HSV(B) | 294º | 0.94% | 0.71% | - |
| XYZ | 23.45 | 11.3 | 44.12 | - |
| YUV | 75.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 180 | 0.09 | 0.94 | 0 | 0.29 | 294 | 0.89 | 0.37 |
| Hex | A3 | A | B4 | 9 | 5E | 0 | 1D | 126 | 59 | 25 |
| Octal | 243 | 12 | 264 | 11 | 136 | 0 | 35 | 446 | 131 | 45 |
| Binary | 10100011 | 1010 | 10110100 | 1001 | 1011110 | 0 | 11101 | 100100110 | 1011001 | 100101 |
Color Harmonies of #A30AB4
Complementary color
Monochromatic Colors of #A30AB4
Black with #A30AB4
Text Example
Text Example
White with #A30AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AB4; }
p { color: rgb(163,10,180); }
H1.HeaderClassName
{
color: #A30AB4;
}
.AnyTagClassName
{
color: #A30AB4;
}
</style>
background-color css
<style>
a { background-color: #A30AB4; }
a { background-color: rgb(163,10,180); }
div.DivClassName
{
background-color: #A30AB4;
}
.BgClassName
{
background-color: #A30AB4;
}
</style>
border-color css
<style>
span { border-color: #A30AB4; }
span { border-color: rgb(163,10,180); }
td.TdClassName
{
border-color: #A30AB4;
}
.TagClassName
{
border-color: #A30AB4;
}
</style>