Shades of Dark Violet #A315D6
Tints of Dark Violet #A315D6
RGB
CMYK
RGB Variations
Color information
#A315D6 (or 0xA315D6) is known color: Dark Violet. HEX triplet: A3, 15 and D6. RGB value is (163,21,214). Sum of RGB (Red+Green+Blue) = 163+21+214=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #A315D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315D6 is #5CEA29. Grayscale: #545454. Windows color (decimal): -6089258 or 14030243. OLE color: 14030243.
HSL color Cylindrical-coordinate representation of color #A315D6: hue angle of 284.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A315D6 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 21 | 214 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.16 |
| HSL | 284.15º | 0.82% | 0.46% | - |
| HSV(B) | 284.15º | 0.9% | 0.84% | - |
| XYZ | 27.51 | 13.18 | 64.71 | - |
| YUV | 85.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 214 | 0.24 | 0.90 | 0 | 0.16 | 284.15 | 0.82 | 0.46 |
| Hex | A3 | 15 | D6 | 18 | 5A | 0 | 10 | 11C | 52 | 2E |
| Octal | 243 | 25 | 326 | 30 | 132 | 0 | 20 | 434 | 122 | 56 |
| Binary | 10100011 | 10101 | 11010110 | 11000 | 1011010 | 0 | 10000 | 100011100 | 1010010 | 101110 |
Color Harmonies of #A315D6
Complementary color
Monochromatic Colors of #A315D6
Black with #A315D6
Text Example
Text Example
White with #A315D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315D6; }
p { color: rgb(163,21,214); }
H1.HeaderClassName
{
color: #A315D6;
}
.AnyTagClassName
{
color: #A315D6;
}
</style>
background-color css
<style>
a { background-color: #A315D6; }
a { background-color: rgb(163,21,214); }
div.DivClassName
{
background-color: #A315D6;
}
.BgClassName
{
background-color: #A315D6;
}
</style>
border-color css
<style>
span { border-color: #A315D6; }
span { border-color: rgb(163,21,214); }
td.TdClassName
{
border-color: #A315D6;
}
.TagClassName
{
border-color: #A315D6;
}
</style>