Shades of Dark Violet #A914E5
Tints of Dark Violet #A914E5
RGB
CMYK
RGB Variations
Color information
#A914E5 (or 0xA914E5) is known color: Dark Violet. HEX triplet: A9, 14 and E5. RGB value is (169,20,229). Sum of RGB (Red+Green+Blue) = 169+20+229=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #A914E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914E5 is #56EB1A. Grayscale: #575757. Windows color (decimal): -5696283 or 15013033. OLE color: 15013033.
HSL color Cylindrical-coordinate representation of color #A914E5: hue angle of 282.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A914E5 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 20 | 229 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.10 |
| HSL | 282.78º | 0.84% | 0.49% | - |
| HSV(B) | 282.78º | 0.91% | 0.9% | - |
| XYZ | 30.76 | 14.59 | 75.32 | - |
| YUV | 88.38 | 207.36 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 229 | 0.26 | 0.91 | 0 | 0.10 | 282.78 | 0.84 | 0.49 |
| Hex | A9 | 14 | E5 | 1A | 5B | 0 | A | 11B | 54 | 31 |
| Octal | 251 | 24 | 345 | 32 | 133 | 0 | 12 | 433 | 124 | 61 |
| Binary | 10101001 | 10100 | 11100101 | 11010 | 1011011 | 0 | 1010 | 100011011 | 1010100 | 110001 |
Color Harmonies of #A914E5
Complementary color
Monochromatic Colors of #A914E5
Black with #A914E5
Text Example
Text Example
White with #A914E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914E5; }
p { color: rgb(169,20,229); }
H1.HeaderClassName
{
color: #A914E5;
}
.AnyTagClassName
{
color: #A914E5;
}
</style>
background-color css
<style>
a { background-color: #A914E5; }
a { background-color: rgb(169,20,229); }
div.DivClassName
{
background-color: #A914E5;
}
.BgClassName
{
background-color: #A914E5;
}
</style>
border-color css
<style>
span { border-color: #A914E5; }
span { border-color: rgb(169,20,229); }
td.TdClassName
{
border-color: #A914E5;
}
.TagClassName
{
border-color: #A914E5;
}
</style>