Shades of Dark Violet #A417CC
Tints of Dark Violet #A417CC
RGB
CMYK
RGB Variations
Color information
#A417CC (or 0xA417CC) is known color: Dark Violet. HEX triplet: A4, 17 and CC. RGB value is (164,23,204). Sum of RGB (Red+Green+Blue) = 164+23+204=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A417CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417CC is #5BE833. Grayscale: #555555. Windows color (decimal): -6023220 or 13375396. OLE color: 13375396.
HSL color Cylindrical-coordinate representation of color #A417CC: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A417CC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 23 | 204 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.2 |
| HSL | 286.74º | 0.8% | 0.45% | - |
| HSV(B) | 286.74º | 0.89% | 0.8% | - |
| XYZ | 26.52 | 12.86 | 58.21 | - |
| YUV | 85.79 | 194.71 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 204 | 0.20 | 0.89 | 0 | 0.2 | 286.74 | 0.8 | 0.45 |
| Hex | A4 | 17 | CC | 14 | 59 | 0 | 14 | 11F | 50 | 2D |
| Octal | 244 | 27 | 314 | 24 | 131 | 0 | 24 | 437 | 120 | 55 |
| Binary | 10100100 | 10111 | 11001100 | 10100 | 1011001 | 0 | 10100 | 100011111 | 1010000 | 101101 |
Color Harmonies of #A417CC
Complementary color
Monochromatic Colors of #A417CC
Black with #A417CC
Text Example
Text Example
White with #A417CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417CC; }
p { color: rgb(164,23,204); }
H1.HeaderClassName
{
color: #A417CC;
}
.AnyTagClassName
{
color: #A417CC;
}
</style>
background-color css
<style>
a { background-color: #A417CC; }
a { background-color: rgb(164,23,204); }
div.DivClassName
{
background-color: #A417CC;
}
.BgClassName
{
background-color: #A417CC;
}
</style>
border-color css
<style>
span { border-color: #A417CC; }
span { border-color: rgb(164,23,204); }
td.TdClassName
{
border-color: #A417CC;
}
.TagClassName
{
border-color: #A417CC;
}
</style>