Shades of Dark Violet #A714CB
Tints of Dark Violet #A714CB
RGB
CMYK
RGB Variations
Color information
#A714CB (or 0xA714CB) is known color: Dark Violet. HEX triplet: A7, 14 and CB. RGB value is (167,20,203). Sum of RGB (Red+Green+Blue) = 167+20+203=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A714CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714CB is #58EB34. Grayscale: #545454. Windows color (decimal): -5827381 or 13309095. OLE color: 13309095.
HSL color Cylindrical-coordinate representation of color #A714CB: hue angle of 288.2º 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 #A714CB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 20 | 203 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.20 |
| HSL | 288.2º | 0.82% | 0.44% | - |
| HSV(B) | 288.2º | 0.9% | 0.8% | - |
| XYZ | 26.97 | 13.03 | 57.59 | - |
| YUV | 84.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 203 | 0.18 | 0.90 | 0 | 0.20 | 288.2 | 0.82 | 0.44 |
| Hex | A7 | 14 | CB | 12 | 5A | 0 | 14 | 120 | 52 | 2C |
| Octal | 247 | 24 | 313 | 22 | 132 | 0 | 24 | 440 | 122 | 54 |
| Binary | 10100111 | 10100 | 11001011 | 10010 | 1011010 | 0 | 10100 | 100100000 | 1010010 | 101100 |
Color Harmonies of #A714CB
Complementary color
Monochromatic Colors of #A714CB
Black with #A714CB
Text Example
Text Example
White with #A714CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714CB; }
p { color: rgb(167,20,203); }
H1.HeaderClassName
{
color: #A714CB;
}
.AnyTagClassName
{
color: #A714CB;
}
</style>
background-color css
<style>
a { background-color: #A714CB; }
a { background-color: rgb(167,20,203); }
div.DivClassName
{
background-color: #A714CB;
}
.BgClassName
{
background-color: #A714CB;
}
</style>
border-color css
<style>
span { border-color: #A714CB; }
span { border-color: rgb(167,20,203); }
td.TdClassName
{
border-color: #A714CB;
}
.TagClassName
{
border-color: #A714CB;
}
</style>