Shades of Dark Violet #A817E2
Tints of Dark Violet #A817E2
RGB
CMYK
RGB Variations
Color information
#A817E2 (or 0xA817E2) is known color: Dark Violet. HEX triplet: A8, 17 and E2. RGB value is (168,23,226). Sum of RGB (Red+Green+Blue) = 168+23+226=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 226 (88.67% from 255 or 54.20% from 417); Max value from RGB is 226 - color contains mainly: blue. Hex color #A817E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817E2 is #57E81D. Grayscale: #585858. Windows color (decimal): -5761054 or 14817192. OLE color: 14817192.
HSL color Cylindrical-coordinate representation of color #A817E2: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817E2 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 23 | 226 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.11 |
| HSL | 282.86º | 0.82% | 0.49% | - |
| HSV(B) | 282.86º | 0.9% | 0.89% | - |
| XYZ | 30.18 | 14.43 | 73.15 | - |
| YUV | 89.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 226 | 0.26 | 0.90 | 0 | 0.11 | 282.86 | 0.82 | 0.49 |
| Hex | A8 | 17 | E2 | 1A | 5A | 0 | B | 11B | 52 | 31 |
| Octal | 250 | 27 | 342 | 32 | 132 | 0 | 13 | 433 | 122 | 61 |
| Binary | 10101000 | 10111 | 11100010 | 11010 | 1011010 | 0 | 1011 | 100011011 | 1010010 | 110001 |
Color Harmonies of #A817E2
Complementary color
Monochromatic Colors of #A817E2
Black with #A817E2
Text Example
Text Example
White with #A817E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817E2; }
p { color: rgb(168,23,226); }
H1.HeaderClassName
{
color: #A817E2;
}
.AnyTagClassName
{
color: #A817E2;
}
</style>
background-color css
<style>
a { background-color: #A817E2; }
a { background-color: rgb(168,23,226); }
div.DivClassName
{
background-color: #A817E2;
}
.BgClassName
{
background-color: #A817E2;
}
</style>
border-color css
<style>
span { border-color: #A817E2; }
span { border-color: rgb(168,23,226); }
td.TdClassName
{
border-color: #A817E2;
}
.TagClassName
{
border-color: #A817E2;
}
</style>