Shades of Dark Violet #A315ED
Tints of Dark Violet #A315ED
RGB
CMYK
RGB Variations
Color information
#A315ED (or 0xA315ED) is known color: Dark Violet. HEX triplet: A3, 15 and ED. RGB value is (163,21,237). Sum of RGB (Red+Green+Blue) = 163+21+237=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A315ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315ED is #5CEA12. Grayscale: #575757. Windows color (decimal): -6089235 or 15537571. OLE color: 15537571.
HSL color Cylindrical-coordinate representation of color #A315ED: hue angle of 279.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315ED is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 21 | 237 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.07 |
| HSL | 279.44º | 0.86% | 0.51% | - |
| HSV(B) | 279.44º | 0.91% | 0.93% | - |
| XYZ | 30.66 | 14.44 | 81.29 | - |
| YUV | 88.08 | 212.04 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 237 | 0.31 | 0.91 | 0 | 0.07 | 279.44 | 0.86 | 0.51 |
| Hex | A3 | 15 | ED | 1F | 5B | 0 | 7 | 117 | 56 | 33 |
| Octal | 243 | 25 | 355 | 37 | 133 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100011 | 10101 | 11101101 | 11111 | 1011011 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A315ED
Complementary color
Monochromatic Colors of #A315ED
Black with #A315ED
Text Example
Text Example
White with #A315ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315ED; }
p { color: rgb(163,21,237); }
H1.HeaderClassName
{
color: #A315ED;
}
.AnyTagClassName
{
color: #A315ED;
}
</style>
background-color css
<style>
a { background-color: #A315ED; }
a { background-color: rgb(163,21,237); }
div.DivClassName
{
background-color: #A315ED;
}
.BgClassName
{
background-color: #A315ED;
}
</style>
border-color css
<style>
span { border-color: #A315ED; }
span { border-color: rgb(163,21,237); }
td.TdClassName
{
border-color: #A315ED;
}
.TagClassName
{
border-color: #A315ED;
}
</style>