Shades of Dark Violet #A114CB
Tints of Dark Violet #A114CB
RGB
CMYK
RGB Variations
Color information
#A114CB (or 0xA114CB) is known color: Dark Violet. HEX triplet: A1, 14 and CB. RGB value is (161,20,203). Sum of RGB (Red+Green+Blue) = 161+20+203=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #A114CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114CB is #5EEB34. Grayscale: #525252. Windows color (decimal): -6220597 or 13309089. OLE color: 13309089.
HSL color Cylindrical-coordinate representation of color #A114CB: hue angle of 286.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A114CB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 20 | 203 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.20 |
| HSL | 286.23º | 0.82% | 0.44% | - |
| HSV(B) | 286.23º | 0.9% | 0.8% | - |
| XYZ | 25.73 | 12.39 | 57.54 | - |
| YUV | 83.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 203 | 0.21 | 0.90 | 0 | 0.20 | 286.23 | 0.82 | 0.44 |
| Hex | A1 | 14 | CB | 15 | 5A | 0 | 14 | 11E | 52 | 2C |
| Octal | 241 | 24 | 313 | 25 | 132 | 0 | 24 | 436 | 122 | 54 |
| Binary | 10100001 | 10100 | 11001011 | 10101 | 1011010 | 0 | 10100 | 100011110 | 1010010 | 101100 |
Color Harmonies of #A114CB
Complementary color
Monochromatic Colors of #A114CB
Black with #A114CB
Text Example
Text Example
White with #A114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114CB; }
p { color: rgb(161,20,203); }
H1.HeaderClassName
{
color: #A114CB;
}
.AnyTagClassName
{
color: #A114CB;
}
</style>
background-color css
<style>
a { background-color: #A114CB; }
a { background-color: rgb(161,20,203); }
div.DivClassName
{
background-color: #A114CB;
}
.BgClassName
{
background-color: #A114CB;
}
</style>
border-color css
<style>
span { border-color: #A114CB; }
span { border-color: rgb(161,20,203); }
td.TdClassName
{
border-color: #A114CB;
}
.TagClassName
{
border-color: #A114CB;
}
</style>