Shades of Dark Violet #A815E0
Tints of Dark Violet #A815E0
RGB
CMYK
RGB Variations
Color information
#A815E0 (or 0xA815E0) is known color: Dark Violet. HEX triplet: A8, 15 and E0. RGB value is (168,21,224). Sum of RGB (Red+Green+Blue) = 168+21+224=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #A815E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815E0 is #57EA1F. Grayscale: #575757. Windows color (decimal): -5761568 or 14685608. OLE color: 14685608.
HSL color Cylindrical-coordinate representation of color #A815E0: hue angle of 283.45º degrees, saturation: 0.83, 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 #A815E0 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 21 | 224 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.12 |
| HSL | 283.45º | 0.83% | 0.48% | - |
| HSV(B) | 283.45º | 0.91% | 0.88% | - |
| XYZ | 29.87 | 14.24 | 71.7 | - |
| YUV | 88.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 224 | 0.25 | 0.91 | 0 | 0.12 | 283.45 | 0.83 | 0.48 |
| Hex | A8 | 15 | E0 | 19 | 5B | 0 | C | 11B | 53 | 30 |
| Octal | 250 | 25 | 340 | 31 | 133 | 0 | 14 | 433 | 123 | 60 |
| Binary | 10101000 | 10101 | 11100000 | 11001 | 1011011 | 0 | 1100 | 100011011 | 1010011 | 110000 |
Color Harmonies of #A815E0
Complementary color
Monochromatic Colors of #A815E0
Black with #A815E0
Text Example
Text Example
White with #A815E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815E0; }
p { color: rgb(168,21,224); }
H1.HeaderClassName
{
color: #A815E0;
}
.AnyTagClassName
{
color: #A815E0;
}
</style>
background-color css
<style>
a { background-color: #A815E0; }
a { background-color: rgb(168,21,224); }
div.DivClassName
{
background-color: #A815E0;
}
.BgClassName
{
background-color: #A815E0;
}
</style>
border-color css
<style>
span { border-color: #A815E0; }
span { border-color: rgb(168,21,224); }
td.TdClassName
{
border-color: #A815E0;
}
.TagClassName
{
border-color: #A815E0;
}
</style>