Shades of Dark Violet #A515CC
Tints of Dark Violet #A515CC
RGB
CMYK
RGB Variations
Color information
#A515CC (or 0xA515CC) is known color: Dark Violet. HEX triplet: A5, 15 and CC. RGB value is (165,21,204). Sum of RGB (Red+Green+Blue) = 165+21+204=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #A515CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515CC is #5AEA33. Grayscale: #545454. Windows color (decimal): -5958196 or 13374885. OLE color: 13374885.
HSL color Cylindrical-coordinate representation of color #A515CC: hue angle of 287.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515CC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 21 | 204 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.2 |
| HSL | 287.21º | 0.81% | 0.44% | - |
| HSV(B) | 287.21º | 0.9% | 0.8% | - |
| XYZ | 26.68 | 12.9 | 58.21 | - |
| YUV | 84.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 204 | 0.19 | 0.90 | 0 | 0.2 | 287.21 | 0.81 | 0.44 |
| Hex | A5 | 15 | CC | 13 | 5A | 0 | 14 | 11F | 51 | 2C |
| Octal | 245 | 25 | 314 | 23 | 132 | 0 | 24 | 437 | 121 | 54 |
| Binary | 10100101 | 10101 | 11001100 | 10011 | 1011010 | 0 | 10100 | 100011111 | 1010001 | 101100 |
Color Harmonies of #A515CC
Complementary color
Monochromatic Colors of #A515CC
Black with #A515CC
Text Example
Text Example
White with #A515CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515CC; }
p { color: rgb(165,21,204); }
H1.HeaderClassName
{
color: #A515CC;
}
.AnyTagClassName
{
color: #A515CC;
}
</style>
background-color css
<style>
a { background-color: #A515CC; }
a { background-color: rgb(165,21,204); }
div.DivClassName
{
background-color: #A515CC;
}
.BgClassName
{
background-color: #A515CC;
}
</style>
border-color css
<style>
span { border-color: #A515CC; }
span { border-color: rgb(165,21,204); }
td.TdClassName
{
border-color: #A515CC;
}
.TagClassName
{
border-color: #A515CC;
}
</style>