Shades of Dark Violet #A515CE
Tints of Dark Violet #A515CE
RGB
CMYK
RGB Variations
Color information
#A515CE (or 0xA515CE) is known color: Dark Violet. HEX triplet: A5, 15 and CE. RGB value is (165,21,206). Sum of RGB (Red+Green+Blue) = 165+21+206=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #A515CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515CE is #5AEA31. Grayscale: #545454. Windows color (decimal): -5958194 or 13505957. OLE color: 13505957.
HSL color Cylindrical-coordinate representation of color #A515CE: hue angle of 286.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515CE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 21 | 206 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.19 |
| HSL | 286.7º | 0.81% | 0.45% | - |
| HSV(B) | 286.7º | 0.9% | 0.81% | - |
| XYZ | 26.93 | 12.99 | 59.48 | - |
| YUV | 85.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 206 | 0.20 | 0.90 | 0 | 0.19 | 286.7 | 0.81 | 0.45 |
| Hex | A5 | 15 | CE | 14 | 5A | 0 | 13 | 11F | 51 | 2D |
| Octal | 245 | 25 | 316 | 24 | 132 | 0 | 23 | 437 | 121 | 55 |
| Binary | 10100101 | 10101 | 11001110 | 10100 | 1011010 | 0 | 10011 | 100011111 | 1010001 | 101101 |
Color Harmonies of #A515CE
Complementary color
Monochromatic Colors of #A515CE
Black with #A515CE
Text Example
Text Example
White with #A515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515CE; }
p { color: rgb(165,21,206); }
H1.HeaderClassName
{
color: #A515CE;
}
.AnyTagClassName
{
color: #A515CE;
}
</style>
background-color css
<style>
a { background-color: #A515CE; }
a { background-color: rgb(165,21,206); }
div.DivClassName
{
background-color: #A515CE;
}
.BgClassName
{
background-color: #A515CE;
}
</style>
border-color css
<style>
span { border-color: #A515CE; }
span { border-color: rgb(165,21,206); }
td.TdClassName
{
border-color: #A515CE;
}
.TagClassName
{
border-color: #A515CE;
}
</style>