Shades of Dark Violet #A318DB
Tints of Dark Violet #A318DB
RGB
CMYK
RGB Variations
Color information
#A318DB (or 0xA318DB) is known color: Dark Violet. HEX triplet: A3, 18 and DB. RGB value is (163,24,219). Sum of RGB (Red+Green+Blue) = 163+24+219=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A318DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318DB is #5CE724. Grayscale: #575757. Windows color (decimal): -6088485 or 14358691. OLE color: 14358691.
HSL color Cylindrical-coordinate representation of color #A318DB: hue angle of 282.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A318DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 24 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.77º | 0.8% | 0.48% | - |
| HSV(B) | 282.77º | 0.89% | 0.86% | - |
| XYZ | 28.22 | 13.55 | 68.15 | - |
| YUV | 87.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.77 | 0.8 | 0.48 |
| Hex | A3 | 18 | DB | 1A | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 243 | 30 | 333 | 32 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100011 | 11000 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A318DB
Complementary color
Monochromatic Colors of #A318DB
Black with #A318DB
Text Example
Text Example
White with #A318DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318DB; }
p { color: rgb(163,24,219); }
H1.HeaderClassName
{
color: #A318DB;
}
.AnyTagClassName
{
color: #A318DB;
}
</style>
background-color css
<style>
a { background-color: #A318DB; }
a { background-color: rgb(163,24,219); }
div.DivClassName
{
background-color: #A318DB;
}
.BgClassName
{
background-color: #A318DB;
}
</style>
border-color css
<style>
span { border-color: #A318DB; }
span { border-color: rgb(163,24,219); }
td.TdClassName
{
border-color: #A318DB;
}
.TagClassName
{
border-color: #A318DB;
}
</style>