Shades of Dark Violet #A015E7
Tints of Dark Violet #A015E7
RGB
CMYK
RGB Variations
Color information
#A015E7 (or 0xA015E7) is known color: Dark Violet. HEX triplet: A0, 15 and E7. RGB value is (160,21,231). Sum of RGB (Red+Green+Blue) = 160+21+231=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #A015E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015E7 is #5FEA18. Grayscale: #555555. Windows color (decimal): -6285849 or 15144352. OLE color: 15144352.
HSL color Cylindrical-coordinate representation of color #A015E7: hue angle of 279.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A015E7 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 21 | 231 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.09 |
| HSL | 279.71º | 0.83% | 0.49% | - |
| HSV(B) | 279.71º | 0.91% | 0.91% | - |
| XYZ | 29.19 | 13.78 | 76.72 | - |
| YUV | 86.5 | 209.55 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 231 | 0.31 | 0.91 | 0 | 0.09 | 279.71 | 0.83 | 0.49 |
| Hex | A0 | 15 | E7 | 1F | 5B | 0 | 9 | 118 | 53 | 31 |
| Octal | 240 | 25 | 347 | 37 | 133 | 0 | 11 | 430 | 123 | 61 |
| Binary | 10100000 | 10101 | 11100111 | 11111 | 1011011 | 0 | 1001 | 100011000 | 1010011 | 110001 |
Color Harmonies of #A015E7
Complementary color
Monochromatic Colors of #A015E7
Black with #A015E7
Text Example
Text Example
White with #A015E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015E7; }
p { color: rgb(160,21,231); }
H1.HeaderClassName
{
color: #A015E7;
}
.AnyTagClassName
{
color: #A015E7;
}
</style>
background-color css
<style>
a { background-color: #A015E7; }
a { background-color: rgb(160,21,231); }
div.DivClassName
{
background-color: #A015E7;
}
.BgClassName
{
background-color: #A015E7;
}
</style>
border-color css
<style>
span { border-color: #A015E7; }
span { border-color: rgb(160,21,231); }
td.TdClassName
{
border-color: #A015E7;
}
.TagClassName
{
border-color: #A015E7;
}
</style>