Shades of Dark Violet #A318DD
Tints of Dark Violet #A318DD
RGB
CMYK
RGB Variations
Color information
#A318DD (or 0xA318DD) is known color: Dark Violet. HEX triplet: A3, 18 and DD. RGB value is (163,24,221). Sum of RGB (Red+Green+Blue) = 163+24+221=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A318DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318DD is #5CE722. Grayscale: #575757. Windows color (decimal): -6088483 or 14489763. OLE color: 14489763.
HSL color Cylindrical-coordinate representation of color #A318DD: hue angle of 282.34º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A318DD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 24 | 221 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.13 |
| HSL | 282.34º | 0.8% | 0.48% | - |
| HSV(B) | 282.34º | 0.89% | 0.87% | - |
| XYZ | 28.48 | 13.66 | 69.54 | - |
| YUV | 88.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 221 | 0.26 | 0.89 | 0 | 0.13 | 282.34 | 0.8 | 0.48 |
| Hex | A3 | 18 | DD | 1A | 59 | 0 | D | 11A | 50 | 30 |
| Octal | 243 | 30 | 335 | 32 | 131 | 0 | 15 | 432 | 120 | 60 |
| Binary | 10100011 | 11000 | 11011101 | 11010 | 1011001 | 0 | 1101 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A318DD
Complementary color
Monochromatic Colors of #A318DD
Black with #A318DD
Text Example
Text Example
White with #A318DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318DD; }
p { color: rgb(163,24,221); }
H1.HeaderClassName
{
color: #A318DD;
}
.AnyTagClassName
{
color: #A318DD;
}
</style>
background-color css
<style>
a { background-color: #A318DD; }
a { background-color: rgb(163,24,221); }
div.DivClassName
{
background-color: #A318DD;
}
.BgClassName
{
background-color: #A318DD;
}
</style>
border-color css
<style>
span { border-color: #A318DD; }
span { border-color: rgb(163,24,221); }
td.TdClassName
{
border-color: #A318DD;
}
.TagClassName
{
border-color: #A318DD;
}
</style>