Shades of Dark Violet #A318DE
Tints of Dark Violet #A318DE
RGB
CMYK
RGB Variations
Color information
#A318DE (or 0xA318DE) is known color: Dark Violet. HEX triplet: A3, 18 and DE. RGB value is (163,24,222). Sum of RGB (Red+Green+Blue) = 163+24+222=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #A318DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318DE is #5CE721. Grayscale: #575757. Windows color (decimal): -6088482 or 14555299. OLE color: 14555299.
HSL color Cylindrical-coordinate representation of color #A318DE: hue angle of 282.12º 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 #A318DE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 24 | 222 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.13 |
| HSL | 282.12º | 0.8% | 0.48% | - |
| HSV(B) | 282.12º | 0.89% | 0.87% | - |
| XYZ | 28.62 | 13.71 | 70.25 | - |
| YUV | 88.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 222 | 0.27 | 0.89 | 0 | 0.13 | 282.12 | 0.8 | 0.48 |
| Hex | A3 | 18 | DE | 1B | 59 | 0 | D | 11A | 50 | 30 |
| Octal | 243 | 30 | 336 | 33 | 131 | 0 | 15 | 432 | 120 | 60 |
| Binary | 10100011 | 11000 | 11011110 | 11011 | 1011001 | 0 | 1101 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A318DE
Complementary color
Monochromatic Colors of #A318DE
Black with #A318DE
Text Example
Text Example
White with #A318DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318DE; }
p { color: rgb(163,24,222); }
H1.HeaderClassName
{
color: #A318DE;
}
.AnyTagClassName
{
color: #A318DE;
}
</style>
background-color css
<style>
a { background-color: #A318DE; }
a { background-color: rgb(163,24,222); }
div.DivClassName
{
background-color: #A318DE;
}
.BgClassName
{
background-color: #A318DE;
}
</style>
border-color css
<style>
span { border-color: #A318DE; }
span { border-color: rgb(163,24,222); }
td.TdClassName
{
border-color: #A318DE;
}
.TagClassName
{
border-color: #A318DE;
}
</style>