Shades of Dark Violet #A817DB
Tints of Dark Violet #A817DB
RGB
CMYK
RGB Variations
Color information
#A817DB (or 0xA817DB) is known color: Dark Violet. HEX triplet: A8, 17 and DB. RGB value is (168,23,219). Sum of RGB (Red+Green+Blue) = 168+23+219=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #A817DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817DB is #57E824. Grayscale: #585858. Windows color (decimal): -5761061 or 14358440. OLE color: 14358440.
HSL color Cylindrical-coordinate representation of color #A817DB: hue angle of 284.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817DB is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 23 | 219 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.14 |
| HSL | 284.39º | 0.81% | 0.47% | - |
| HSV(B) | 284.39º | 0.89% | 0.86% | - |
| XYZ | 29.24 | 14.05 | 68.19 | - |
| YUV | 88.7 | 201.54 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 219 | 0.23 | 0.89 | 0 | 0.14 | 284.39 | 0.81 | 0.47 |
| Hex | A8 | 17 | DB | 17 | 59 | 0 | E | 11C | 51 | 2F |
| Octal | 250 | 27 | 333 | 27 | 131 | 0 | 16 | 434 | 121 | 57 |
| Binary | 10101000 | 10111 | 11011011 | 10111 | 1011001 | 0 | 1110 | 100011100 | 1010001 | 101111 |
Color Harmonies of #A817DB
Complementary color
Monochromatic Colors of #A817DB
Black with #A817DB
Text Example
Text Example
White with #A817DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817DB; }
p { color: rgb(168,23,219); }
H1.HeaderClassName
{
color: #A817DB;
}
.AnyTagClassName
{
color: #A817DB;
}
</style>
background-color css
<style>
a { background-color: #A817DB; }
a { background-color: rgb(168,23,219); }
div.DivClassName
{
background-color: #A817DB;
}
.BgClassName
{
background-color: #A817DB;
}
</style>
border-color css
<style>
span { border-color: #A817DB; }
span { border-color: rgb(168,23,219); }
td.TdClassName
{
border-color: #A817DB;
}
.TagClassName
{
border-color: #A817DB;
}
</style>