Shades of Dark Violet #A818DB
Tints of Dark Violet #A818DB
RGB
CMYK
RGB Variations
Color information
#A818DB (or 0xA818DB) is known color: Dark Violet. HEX triplet: A8, 18 and DB. RGB value is (168,24,219). Sum of RGB (Red+Green+Blue) = 168+24+219=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A818DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818DB is #57E724. Grayscale: #585858. Windows color (decimal): -5760805 or 14358696. OLE color: 14358696.
HSL color Cylindrical-coordinate representation of color #A818DB: hue angle of 284.31º 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 #A818DB is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 24 | 219 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.14 |
| HSL | 284.31º | 0.8% | 0.48% | - |
| HSV(B) | 284.31º | 0.89% | 0.86% | - |
| XYZ | 29.26 | 14.09 | 68.2 | - |
| YUV | 89.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 219 | 0.23 | 0.89 | 0 | 0.14 | 284.31 | 0.8 | 0.48 |
| Hex | A8 | 18 | DB | 17 | 59 | 0 | E | 11C | 50 | 30 |
| Octal | 250 | 30 | 333 | 27 | 131 | 0 | 16 | 434 | 120 | 60 |
| Binary | 10101000 | 11000 | 11011011 | 10111 | 1011001 | 0 | 1110 | 100011100 | 1010000 | 110000 |
Color Harmonies of #A818DB
Complementary color
Monochromatic Colors of #A818DB
Black with #A818DB
Text Example
Text Example
White with #A818DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818DB; }
p { color: rgb(168,24,219); }
H1.HeaderClassName
{
color: #A818DB;
}
.AnyTagClassName
{
color: #A818DB;
}
</style>
background-color css
<style>
a { background-color: #A818DB; }
a { background-color: rgb(168,24,219); }
div.DivClassName
{
background-color: #A818DB;
}
.BgClassName
{
background-color: #A818DB;
}
</style>
border-color css
<style>
span { border-color: #A818DB; }
span { border-color: rgb(168,24,219); }
td.TdClassName
{
border-color: #A818DB;
}
.TagClassName
{
border-color: #A818DB;
}
</style>