Shades of Dark Violet #A515CF
Tints of Dark Violet #A515CF
RGB
CMYK
RGB Variations
Color information
#A515CF (or 0xA515CF) is known color: Dark Violet. HEX triplet: A5, 15 and CF. RGB value is (165,21,207). Sum of RGB (Red+Green+Blue) = 165+21+207=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A515CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515CF is #5AEA30. Grayscale: #545454. Windows color (decimal): -5958193 or 13571493. OLE color: 13571493.
HSL color Cylindrical-coordinate representation of color #A515CF: hue angle of 286.45º degrees, saturation: 0.82, 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 #A515CF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 21 | 207 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.19 |
| HSL | 286.45º | 0.82% | 0.45% | - |
| HSV(B) | 286.45º | 0.9% | 0.81% | - |
| XYZ | 27.05 | 13.04 | 60.12 | - |
| YUV | 85.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 207 | 0.20 | 0.90 | 0 | 0.19 | 286.45 | 0.82 | 0.45 |
| Hex | A5 | 15 | CF | 14 | 5A | 0 | 13 | 11E | 52 | 2D |
| Octal | 245 | 25 | 317 | 24 | 132 | 0 | 23 | 436 | 122 | 55 |
| Binary | 10100101 | 10101 | 11001111 | 10100 | 1011010 | 0 | 10011 | 100011110 | 1010010 | 101101 |
Color Harmonies of #A515CF
Complementary color
Monochromatic Colors of #A515CF
Black with #A515CF
Text Example
Text Example
White with #A515CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515CF; }
p { color: rgb(165,21,207); }
H1.HeaderClassName
{
color: #A515CF;
}
.AnyTagClassName
{
color: #A515CF;
}
</style>
background-color css
<style>
a { background-color: #A515CF; }
a { background-color: rgb(165,21,207); }
div.DivClassName
{
background-color: #A515CF;
}
.BgClassName
{
background-color: #A515CF;
}
</style>
border-color css
<style>
span { border-color: #A515CF; }
span { border-color: rgb(165,21,207); }
td.TdClassName
{
border-color: #A515CF;
}
.TagClassName
{
border-color: #A515CF;
}
</style>