Shades of Dark Violet #A417CF
Tints of Dark Violet #A417CF
RGB
CMYK
RGB Variations
Color information
#A417CF (or 0xA417CF) is known color: Dark Violet. HEX triplet: A4, 17 and CF. RGB value is (164,23,207). Sum of RGB (Red+Green+Blue) = 164+23+207=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #A417CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417CF is #5BE830. Grayscale: #555555. Windows color (decimal): -6023217 or 13572004. OLE color: 13572004.
HSL color Cylindrical-coordinate representation of color #A417CF: hue angle of 285.98º 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 #A417CF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 23 | 207 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.19 |
| HSL | 285.98º | 0.8% | 0.45% | - |
| HSV(B) | 285.98º | 0.89% | 0.81% | - |
| XYZ | 26.88 | 13.01 | 60.13 | - |
| YUV | 86.14 | 196.21 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 207 | 0.21 | 0.89 | 0 | 0.19 | 285.98 | 0.8 | 0.45 |
| Hex | A4 | 17 | CF | 15 | 59 | 0 | 13 | 11E | 50 | 2D |
| Octal | 244 | 27 | 317 | 25 | 131 | 0 | 23 | 436 | 120 | 55 |
| Binary | 10100100 | 10111 | 11001111 | 10101 | 1011001 | 0 | 10011 | 100011110 | 1010000 | 101101 |
Color Harmonies of #A417CF
Complementary color
Monochromatic Colors of #A417CF
Black with #A417CF
Text Example
Text Example
White with #A417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417CF; }
p { color: rgb(164,23,207); }
H1.HeaderClassName
{
color: #A417CF;
}
.AnyTagClassName
{
color: #A417CF;
}
</style>
background-color css
<style>
a { background-color: #A417CF; }
a { background-color: rgb(164,23,207); }
div.DivClassName
{
background-color: #A417CF;
}
.BgClassName
{
background-color: #A417CF;
}
</style>
border-color css
<style>
span { border-color: #A417CF; }
span { border-color: rgb(164,23,207); }
td.TdClassName
{
border-color: #A417CF;
}
.TagClassName
{
border-color: #A417CF;
}
</style>