Shades of Dark Violet #A417E6
Tints of Dark Violet #A417E6
RGB
CMYK
RGB Variations
Color information
#A417E6 (or 0xA417E6) is known color: Dark Violet. HEX triplet: A4, 17 and E6. RGB value is (164,23,230). Sum of RGB (Red+Green+Blue) = 164+23+230=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #A417E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417E6 is #5BE819. Grayscale: #585858. Windows color (decimal): -6023194 or 15079332. OLE color: 15079332.
HSL color Cylindrical-coordinate representation of color #A417E6: hue angle of 280.87º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A417E6 is Cyan = 0.29, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 23 | 230 | - |
| CMYK | 0.29 | 0.9 | 0 | 0.10 |
| HSL | 280.87º | 0.82% | 0.5% | - |
| HSV(B) | 280.87º | 0.9% | 0.9% | - |
| XYZ | 29.9 | 14.22 | 76.03 | - |
| YUV | 88.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 230 | 0.29 | 0.9 | 0 | 0.10 | 280.87 | 0.82 | 0.5 |
| Hex | A4 | 17 | E6 | 1D | 5A | 0 | A | 119 | 52 | 32 |
| Octal | 244 | 27 | 346 | 35 | 132 | 0 | 12 | 431 | 122 | 62 |
| Binary | 10100100 | 10111 | 11100110 | 11101 | 1011010 | 0 | 1010 | 100011001 | 1010010 | 110010 |
Color Harmonies of #A417E6
Complementary color
Monochromatic Colors of #A417E6
Black with #A417E6
Text Example
Text Example
White with #A417E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417E6; }
p { color: rgb(164,23,230); }
H1.HeaderClassName
{
color: #A417E6;
}
.AnyTagClassName
{
color: #A417E6;
}
</style>
background-color css
<style>
a { background-color: #A417E6; }
a { background-color: rgb(164,23,230); }
div.DivClassName
{
background-color: #A417E6;
}
.BgClassName
{
background-color: #A417E6;
}
</style>
border-color css
<style>
span { border-color: #A417E6; }
span { border-color: rgb(164,23,230); }
td.TdClassName
{
border-color: #A417E6;
}
.TagClassName
{
border-color: #A417E6;
}
</style>