Shades of Dark Violet #A817E0
Tints of Dark Violet #A817E0
RGB
CMYK
RGB Variations
Color information
#A817E0 (or 0xA817E0) is known color: Dark Violet. HEX triplet: A8, 17 and E0. RGB value is (168,23,224). Sum of RGB (Red+Green+Blue) = 168+23+224=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #A817E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817E0 is #57E81F. Grayscale: #585858. Windows color (decimal): -5761056 or 14686120. OLE color: 14686120.
HSL color Cylindrical-coordinate representation of color #A817E0: hue angle of 283.28º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817E0 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 23 | 224 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.12 |
| HSL | 283.28º | 0.81% | 0.48% | - |
| HSV(B) | 283.28º | 0.9% | 0.88% | - |
| XYZ | 29.91 | 14.32 | 71.71 | - |
| YUV | 89.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 224 | 0.25 | 0.90 | 0 | 0.12 | 283.28 | 0.81 | 0.48 |
| Hex | A8 | 17 | E0 | 19 | 5A | 0 | C | 11B | 51 | 30 |
| Octal | 250 | 27 | 340 | 31 | 132 | 0 | 14 | 433 | 121 | 60 |
| Binary | 10101000 | 10111 | 11100000 | 11001 | 1011010 | 0 | 1100 | 100011011 | 1010001 | 110000 |
Color Harmonies of #A817E0
Complementary color
Monochromatic Colors of #A817E0
Black with #A817E0
Text Example
Text Example
White with #A817E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817E0; }
p { color: rgb(168,23,224); }
H1.HeaderClassName
{
color: #A817E0;
}
.AnyTagClassName
{
color: #A817E0;
}
</style>
background-color css
<style>
a { background-color: #A817E0; }
a { background-color: rgb(168,23,224); }
div.DivClassName
{
background-color: #A817E0;
}
.BgClassName
{
background-color: #A817E0;
}
</style>
border-color css
<style>
span { border-color: #A817E0; }
span { border-color: rgb(168,23,224); }
td.TdClassName
{
border-color: #A817E0;
}
.TagClassName
{
border-color: #A817E0;
}
</style>