Shades of Dark Violet #A30AE0
Tints of Dark Violet #A30AE0
RGB
CMYK
RGB Variations
Color information
#A30AE0 (or 0xA30AE0) is known color: Dark Violet. HEX triplet: A3, 0A and E0. RGB value is (163,10,224). Sum of RGB (Red+Green+Blue) = 163+10+224=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #A30AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AE0 is #5CF51F. Grayscale: #4F4F4F. Windows color (decimal): -6092064 or 14682787. OLE color: 14682787.
HSL color Cylindrical-coordinate representation of color #A30AE0: hue angle of 282.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30AE0 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 10 | 224 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.12 |
| HSL | 282.9º | 0.91% | 0.46% | - |
| HSV(B) | 282.9º | 0.96% | 0.88% | - |
| XYZ | 28.67 | 13.39 | 71.59 | - |
| YUV | 80.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 224 | 0.27 | 0.96 | 0 | 0.12 | 282.9 | 0.91 | 0.46 |
| Hex | A3 | A | E0 | 1B | 60 | 0 | C | 11B | 5B | 2E |
| Octal | 243 | 12 | 340 | 33 | 140 | 0 | 14 | 433 | 133 | 56 |
| Binary | 10100011 | 1010 | 11100000 | 11011 | 1100000 | 0 | 1100 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A30AE0
Complementary color
Monochromatic Colors of #A30AE0
Black with #A30AE0
Text Example
Text Example
White with #A30AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AE0; }
p { color: rgb(163,10,224); }
H1.HeaderClassName
{
color: #A30AE0;
}
.AnyTagClassName
{
color: #A30AE0;
}
</style>
background-color css
<style>
a { background-color: #A30AE0; }
a { background-color: rgb(163,10,224); }
div.DivClassName
{
background-color: #A30AE0;
}
.BgClassName
{
background-color: #A30AE0;
}
</style>
border-color css
<style>
span { border-color: #A30AE0; }
span { border-color: rgb(163,10,224); }
td.TdClassName
{
border-color: #A30AE0;
}
.TagClassName
{
border-color: #A30AE0;
}
</style>