Shades of Dark Violet #A814E0
Tints of Dark Violet #A814E0
RGB
CMYK
RGB Variations
Color information
#A814E0 (or 0xA814E0) is known color: Dark Violet. HEX triplet: A8, 14 and E0. RGB value is (168,20,224). Sum of RGB (Red+Green+Blue) = 168+20+224=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A814E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814E0 is #57EB1F. Grayscale: #565656. Windows color (decimal): -5761824 or 14685352. OLE color: 14685352.
HSL color Cylindrical-coordinate representation of color #A814E0: hue angle of 283.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A814E0 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 20 | 224 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.12 |
| HSL | 283.53º | 0.84% | 0.48% | - |
| HSV(B) | 283.53º | 0.91% | 0.88% | - |
| XYZ | 29.85 | 14.21 | 71.69 | - |
| YUV | 87.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 224 | 0.25 | 0.91 | 0 | 0.12 | 283.53 | 0.84 | 0.48 |
| Hex | A8 | 14 | E0 | 19 | 5B | 0 | C | 11C | 54 | 30 |
| Octal | 250 | 24 | 340 | 31 | 133 | 0 | 14 | 434 | 124 | 60 |
| Binary | 10101000 | 10100 | 11100000 | 11001 | 1011011 | 0 | 1100 | 100011100 | 1010100 | 110000 |
Color Harmonies of #A814E0
Complementary color
Monochromatic Colors of #A814E0
Black with #A814E0
Text Example
Text Example
White with #A814E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814E0; }
p { color: rgb(168,20,224); }
H1.HeaderClassName
{
color: #A814E0;
}
.AnyTagClassName
{
color: #A814E0;
}
</style>
background-color css
<style>
a { background-color: #A814E0; }
a { background-color: rgb(168,20,224); }
div.DivClassName
{
background-color: #A814E0;
}
.BgClassName
{
background-color: #A814E0;
}
</style>
border-color css
<style>
span { border-color: #A814E0; }
span { border-color: rgb(168,20,224); }
td.TdClassName
{
border-color: #A814E0;
}
.TagClassName
{
border-color: #A814E0;
}
</style>