Shades of Dark Violet #A014CB
Tints of Dark Violet #A014CB
RGB
CMYK
RGB Variations
Color information
#A014CB (or 0xA014CB) is known color: Dark Violet. HEX triplet: A0, 14 and CB. RGB value is (160,20,203). Sum of RGB (Red+Green+Blue) = 160+20+203=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #A014CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014CB is #5FEB34. Grayscale: #525252. Windows color (decimal): -6286133 or 13309088. OLE color: 13309088.
HSL color Cylindrical-coordinate representation of color #A014CB: hue angle of 285.9º 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 #A014CB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 20 | 203 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.20 |
| HSL | 285.9º | 0.82% | 0.44% | - |
| HSV(B) | 285.9º | 0.9% | 0.8% | - |
| XYZ | 25.53 | 12.29 | 57.53 | - |
| YUV | 82.72 | 195.88 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 203 | 0.21 | 0.90 | 0 | 0.20 | 285.9 | 0.82 | 0.44 |
| Hex | A0 | 14 | CB | 15 | 5A | 0 | 14 | 11E | 52 | 2C |
| Octal | 240 | 24 | 313 | 25 | 132 | 0 | 24 | 436 | 122 | 54 |
| Binary | 10100000 | 10100 | 11001011 | 10101 | 1011010 | 0 | 10100 | 100011110 | 1010010 | 101100 |
Color Harmonies of #A014CB
Complementary color
Monochromatic Colors of #A014CB
Black with #A014CB
Text Example
Text Example
White with #A014CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014CB; }
p { color: rgb(160,20,203); }
H1.HeaderClassName
{
color: #A014CB;
}
.AnyTagClassName
{
color: #A014CB;
}
</style>
background-color css
<style>
a { background-color: #A014CB; }
a { background-color: rgb(160,20,203); }
div.DivClassName
{
background-color: #A014CB;
}
.BgClassName
{
background-color: #A014CB;
}
</style>
border-color css
<style>
span { border-color: #A014CB; }
span { border-color: rgb(160,20,203); }
td.TdClassName
{
border-color: #A014CB;
}
.TagClassName
{
border-color: #A014CB;
}
</style>