Shades of Dark Violet #A814BD
Tints of Dark Violet #A814BD
RGB
CMYK
RGB Variations
Color information
#A814BD (or 0xA814BD) is known color: Dark Violet. HEX triplet: A8, 14 and BD. RGB value is (168,20,189). Sum of RGB (Red+Green+Blue) = 168+20+189=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A814BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814BD is #57EB42. Grayscale: #525252. Windows color (decimal): -5761859 or 12391592. OLE color: 12391592.
HSL color Cylindrical-coordinate representation of color #A814BD: hue angle of 292.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814BD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 20 | 189 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.26 |
| HSL | 292.54º | 0.81% | 0.41% | - |
| HSV(B) | 292.54º | 0.89% | 0.74% | - |
| XYZ | 25.58 | 12.5 | 49.21 | - |
| YUV | 83.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 189 | 0.11 | 0.89 | 0 | 0.26 | 292.54 | 0.81 | 0.41 |
| Hex | A8 | 14 | BD | B | 59 | 0 | 1A | 125 | 51 | 29 |
| Octal | 250 | 24 | 275 | 13 | 131 | 0 | 32 | 445 | 121 | 51 |
| Binary | 10101000 | 10100 | 10111101 | 1011 | 1011001 | 0 | 11010 | 100100101 | 1010001 | 101001 |
Color Harmonies of #A814BD
Complementary color
Monochromatic Colors of #A814BD
Black with #A814BD
Text Example
Text Example
White with #A814BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814BD; }
p { color: rgb(168,20,189); }
H1.HeaderClassName
{
color: #A814BD;
}
.AnyTagClassName
{
color: #A814BD;
}
</style>
background-color css
<style>
a { background-color: #A814BD; }
a { background-color: rgb(168,20,189); }
div.DivClassName
{
background-color: #A814BD;
}
.BgClassName
{
background-color: #A814BD;
}
</style>
border-color css
<style>
span { border-color: #A814BD; }
span { border-color: rgb(168,20,189); }
td.TdClassName
{
border-color: #A814BD;
}
.TagClassName
{
border-color: #A814BD;
}
</style>