Shades of Dark Violet #A80DB7
Tints of Dark Violet #A80DB7
RGB
CMYK
RGB Variations
Color information
#A80DB7 (or 0xA80DB7) is known color: Dark Violet. HEX triplet: A8, 0D and B7. RGB value is (168,13,183). Sum of RGB (Red+Green+Blue) = 168+13+183=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #A80DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DB7 is #57F248. Grayscale: #4E4E4E. Windows color (decimal): -5763657 or 11996584. OLE color: 11996584.
HSL color Cylindrical-coordinate representation of color #A80DB7: hue angle of 294.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DB7 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 13 | 183 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.28 |
| HSL | 294.71º | 0.87% | 0.38% | - |
| HSV(B) | 294.71º | 0.93% | 0.72% | - |
| XYZ | 24.84 | 12.03 | 45.81 | - |
| YUV | 78.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 183 | 0.08 | 0.93 | 0 | 0.28 | 294.71 | 0.87 | 0.38 |
| Hex | A8 | D | B7 | 8 | 5D | 0 | 1C | 127 | 57 | 26 |
| Octal | 250 | 15 | 267 | 10 | 135 | 0 | 34 | 447 | 127 | 46 |
| Binary | 10101000 | 1101 | 10110111 | 1000 | 1011101 | 0 | 11100 | 100100111 | 1010111 | 100110 |
Color Harmonies of #A80DB7
Complementary color
Monochromatic Colors of #A80DB7
Black with #A80DB7
Text Example
Text Example
White with #A80DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DB7; }
p { color: rgb(168,13,183); }
H1.HeaderClassName
{
color: #A80DB7;
}
.AnyTagClassName
{
color: #A80DB7;
}
</style>
background-color css
<style>
a { background-color: #A80DB7; }
a { background-color: rgb(168,13,183); }
div.DivClassName
{
background-color: #A80DB7;
}
.BgClassName
{
background-color: #A80DB7;
}
</style>
border-color css
<style>
span { border-color: #A80DB7; }
span { border-color: rgb(168,13,183); }
td.TdClassName
{
border-color: #A80DB7;
}
.TagClassName
{
border-color: #A80DB7;
}
</style>