Shades of Dark Violet #A117CB
Tints of Dark Violet #A117CB
RGB
CMYK
RGB Variations
Color information
#A117CB (or 0xA117CB) is known color: Dark Violet. HEX triplet: A1, 17 and CB. RGB value is (161,23,203). Sum of RGB (Red+Green+Blue) = 161+23+203=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A117CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117CB is #5EE834. Grayscale: #545454. Windows color (decimal): -6219829 or 13309857. OLE color: 13309857.
HSL color Cylindrical-coordinate representation of color #A117CB: hue angle of 286º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A117CB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 23 | 203 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.20 |
| HSL | 286º | 0.8% | 0.44% | - |
| HSV(B) | 286º | 0.89% | 0.8% | - |
| XYZ | 25.78 | 12.5 | 57.55 | - |
| YUV | 84.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 203 | 0.21 | 0.89 | 0 | 0.20 | 286 | 0.8 | 0.44 |
| Hex | A1 | 17 | CB | 15 | 59 | 0 | 14 | 11E | 50 | 2C |
| Octal | 241 | 27 | 313 | 25 | 131 | 0 | 24 | 436 | 120 | 54 |
| Binary | 10100001 | 10111 | 11001011 | 10101 | 1011001 | 0 | 10100 | 100011110 | 1010000 | 101100 |
Color Harmonies of #A117CB
Complementary color
Monochromatic Colors of #A117CB
Black with #A117CB
Text Example
Text Example
White with #A117CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117CB; }
p { color: rgb(161,23,203); }
H1.HeaderClassName
{
color: #A117CB;
}
.AnyTagClassName
{
color: #A117CB;
}
</style>
background-color css
<style>
a { background-color: #A117CB; }
a { background-color: rgb(161,23,203); }
div.DivClassName
{
background-color: #A117CB;
}
.BgClassName
{
background-color: #A117CB;
}
</style>
border-color css
<style>
span { border-color: #A117CB; }
span { border-color: rgb(161,23,203); }
td.TdClassName
{
border-color: #A117CB;
}
.TagClassName
{
border-color: #A117CB;
}
</style>