Shades of Dark Violet #A117CC
Tints of Dark Violet #A117CC
RGB
CMYK
RGB Variations
Color information
#A117CC (or 0xA117CC) is known color: Dark Violet. HEX triplet: A1, 17 and CC. RGB value is (161,23,204). Sum of RGB (Red+Green+Blue) = 161+23+204=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A117CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117CC is #5EE833. Grayscale: #545454. Windows color (decimal): -6219828 or 13375393. OLE color: 13375393.
HSL color Cylindrical-coordinate representation of color #A117CC: hue angle of 285.75º 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 #A117CC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 23 | 204 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.2 |
| HSL | 285.75º | 0.8% | 0.45% | - |
| HSV(B) | 285.75º | 0.89% | 0.8% | - |
| XYZ | 25.9 | 12.55 | 58.18 | - |
| YUV | 84.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 204 | 0.21 | 0.89 | 0 | 0.2 | 285.75 | 0.8 | 0.45 |
| Hex | A1 | 17 | CC | 15 | 59 | 0 | 14 | 11E | 50 | 2D |
| Octal | 241 | 27 | 314 | 25 | 131 | 0 | 24 | 436 | 120 | 55 |
| Binary | 10100001 | 10111 | 11001100 | 10101 | 1011001 | 0 | 10100 | 100011110 | 1010000 | 101101 |
Color Harmonies of #A117CC
Complementary color
Monochromatic Colors of #A117CC
Black with #A117CC
Text Example
Text Example
White with #A117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117CC; }
p { color: rgb(161,23,204); }
H1.HeaderClassName
{
color: #A117CC;
}
.AnyTagClassName
{
color: #A117CC;
}
</style>
background-color css
<style>
a { background-color: #A117CC; }
a { background-color: rgb(161,23,204); }
div.DivClassName
{
background-color: #A117CC;
}
.BgClassName
{
background-color: #A117CC;
}
</style>
border-color css
<style>
span { border-color: #A117CC; }
span { border-color: rgb(161,23,204); }
td.TdClassName
{
border-color: #A117CC;
}
.TagClassName
{
border-color: #A117CC;
}
</style>