Shades of Dark Violet #A015C1
Tints of Dark Violet #A015C1
RGB
CMYK
RGB Variations
Color information
#A015C1 (or 0xA015C1) is known color: Dark Violet. HEX triplet: A0, 15 and C1. RGB value is (160,21,193). Sum of RGB (Red+Green+Blue) = 160+21+193=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #A015C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015C1 is #5FEA3E. Grayscale: #515151. Windows color (decimal): -6285887 or 12653984. OLE color: 12653984.
HSL color Cylindrical-coordinate representation of color #A015C1: hue angle of 288.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015C1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 21 | 193 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.24 |
| HSL | 288.49º | 0.8% | 0.42% | - |
| HSV(B) | 288.49º | 0.89% | 0.76% | - |
| XYZ | 24.39 | 11.86 | 51.46 | - |
| YUV | 82.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 193 | 0.17 | 0.89 | 0 | 0.24 | 288.49 | 0.8 | 0.42 |
| Hex | A0 | 15 | C1 | 11 | 59 | 0 | 18 | 120 | 50 | 2A |
| Octal | 240 | 25 | 301 | 21 | 131 | 0 | 30 | 440 | 120 | 52 |
| Binary | 10100000 | 10101 | 11000001 | 10001 | 1011001 | 0 | 11000 | 100100000 | 1010000 | 101010 |
Color Harmonies of #A015C1
Complementary color
Monochromatic Colors of #A015C1
Black with #A015C1
Text Example
Text Example
White with #A015C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015C1; }
p { color: rgb(160,21,193); }
H1.HeaderClassName
{
color: #A015C1;
}
.AnyTagClassName
{
color: #A015C1;
}
</style>
background-color css
<style>
a { background-color: #A015C1; }
a { background-color: rgb(160,21,193); }
div.DivClassName
{
background-color: #A015C1;
}
.BgClassName
{
background-color: #A015C1;
}
</style>
border-color css
<style>
span { border-color: #A015C1; }
span { border-color: rgb(160,21,193); }
td.TdClassName
{
border-color: #A015C1;
}
.TagClassName
{
border-color: #A015C1;
}
</style>