Shades of Dark Violet #A814BF
Tints of Dark Violet #A814BF
RGB
CMYK
RGB Variations
Color information
#A814BF (or 0xA814BF) is known color: Dark Violet. HEX triplet: A8, 14 and BF. RGB value is (168,20,191). Sum of RGB (Red+Green+Blue) = 168+20+191=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #A814BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814BF is #57EB40. Grayscale: #535353. Windows color (decimal): -5761857 or 12522664. OLE color: 12522664.
HSL color Cylindrical-coordinate representation of color #A814BF: hue angle of 291.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814BF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 20 | 191 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.25 |
| HSL | 291.93º | 0.81% | 0.41% | - |
| HSV(B) | 291.93º | 0.9% | 0.75% | - |
| XYZ | 25.8 | 12.59 | 50.36 | - |
| YUV | 83.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 191 | 0.12 | 0.90 | 0 | 0.25 | 291.93 | 0.81 | 0.41 |
| Hex | A8 | 14 | BF | C | 5A | 0 | 19 | 124 | 51 | 29 |
| Octal | 250 | 24 | 277 | 14 | 132 | 0 | 31 | 444 | 121 | 51 |
| Binary | 10101000 | 10100 | 10111111 | 1100 | 1011010 | 0 | 11001 | 100100100 | 1010001 | 101001 |
Color Harmonies of #A814BF
Complementary color
Monochromatic Colors of #A814BF
Black with #A814BF
Text Example
Text Example
White with #A814BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814BF; }
p { color: rgb(168,20,191); }
H1.HeaderClassName
{
color: #A814BF;
}
.AnyTagClassName
{
color: #A814BF;
}
</style>
background-color css
<style>
a { background-color: #A814BF; }
a { background-color: rgb(168,20,191); }
div.DivClassName
{
background-color: #A814BF;
}
.BgClassName
{
background-color: #A814BF;
}
</style>
border-color css
<style>
span { border-color: #A814BF; }
span { border-color: rgb(168,20,191); }
td.TdClassName
{
border-color: #A814BF;
}
.TagClassName
{
border-color: #A814BF;
}
</style>