Shades of Dark Violet #A817CE
Tints of Dark Violet #A817CE
RGB
CMYK
RGB Variations
Color information
#A817CE (or 0xA817CE) is known color: Dark Violet. HEX triplet: A8, 17 and CE. RGB value is (168,23,206). Sum of RGB (Red+Green+Blue) = 168+23+206=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A817CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817CE is #57E831. Grayscale: #565656. Windows color (decimal): -5761074 or 13506472. OLE color: 13506472.
HSL color Cylindrical-coordinate representation of color #A817CE: hue angle of 287.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817CE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 23 | 206 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.19 |
| HSL | 287.54º | 0.8% | 0.45% | - |
| HSV(B) | 287.54º | 0.89% | 0.81% | - |
| XYZ | 27.6 | 13.39 | 59.52 | - |
| YUV | 87.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 206 | 0.18 | 0.89 | 0 | 0.19 | 287.54 | 0.8 | 0.45 |
| Hex | A8 | 17 | CE | 12 | 59 | 0 | 13 | 120 | 50 | 2D |
| Octal | 250 | 27 | 316 | 22 | 131 | 0 | 23 | 440 | 120 | 55 |
| Binary | 10101000 | 10111 | 11001110 | 10010 | 1011001 | 0 | 10011 | 100100000 | 1010000 | 101101 |
Color Harmonies of #A817CE
Complementary color
Monochromatic Colors of #A817CE
Black with #A817CE
Text Example
Text Example
White with #A817CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817CE; }
p { color: rgb(168,23,206); }
H1.HeaderClassName
{
color: #A817CE;
}
.AnyTagClassName
{
color: #A817CE;
}
</style>
background-color css
<style>
a { background-color: #A817CE; }
a { background-color: rgb(168,23,206); }
div.DivClassName
{
background-color: #A817CE;
}
.BgClassName
{
background-color: #A817CE;
}
</style>
border-color css
<style>
span { border-color: #A817CE; }
span { border-color: rgb(168,23,206); }
td.TdClassName
{
border-color: #A817CE;
}
.TagClassName
{
border-color: #A817CE;
}
</style>