Shades of Dark Violet #A80DC7
Tints of Dark Violet #A80DC7
RGB
CMYK
RGB Variations
Color information
#A80DC7 (or 0xA80DC7) is known color: Dark Violet. HEX triplet: A8, 0D and C7. RGB value is (168,13,199). Sum of RGB (Red+Green+Blue) = 168+13+199=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #A80DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DC7 is #57F238. Grayscale: #4F4F4F. Windows color (decimal): -5763641 or 13045160. OLE color: 13045160.
HSL color Cylindrical-coordinate representation of color #A80DC7: hue angle of 290º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DC7 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 13 | 199 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.22 |
| HSL | 290º | 0.88% | 0.42% | - |
| HSV(B) | 290º | 0.93% | 0.78% | - |
| XYZ | 26.6 | 12.74 | 55.09 | - |
| YUV | 80.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 199 | 0.16 | 0.93 | 0 | 0.22 | 290 | 0.88 | 0.42 |
| Hex | A8 | D | C7 | 10 | 5D | 0 | 16 | 122 | 58 | 2A |
| Octal | 250 | 15 | 307 | 20 | 135 | 0 | 26 | 442 | 130 | 52 |
| Binary | 10101000 | 1101 | 11000111 | 10000 | 1011101 | 0 | 10110 | 100100010 | 1011000 | 101010 |
Color Harmonies of #A80DC7
Complementary color
Monochromatic Colors of #A80DC7
Black with #A80DC7
Text Example
Text Example
White with #A80DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DC7; }
p { color: rgb(168,13,199); }
H1.HeaderClassName
{
color: #A80DC7;
}
.AnyTagClassName
{
color: #A80DC7;
}
</style>
background-color css
<style>
a { background-color: #A80DC7; }
a { background-color: rgb(168,13,199); }
div.DivClassName
{
background-color: #A80DC7;
}
.BgClassName
{
background-color: #A80DC7;
}
</style>
border-color css
<style>
span { border-color: #A80DC7; }
span { border-color: rgb(168,13,199); }
td.TdClassName
{
border-color: #A80DC7;
}
.TagClassName
{
border-color: #A80DC7;
}
</style>