Shades of Dark Violet #A80AC4
Tints of Dark Violet #A80AC4
RGB
CMYK
RGB Variations
Color information
#A80AC4 (or 0xA80AC4) is known color: Dark Violet. HEX triplet: A8, 0A and C4. RGB value is (168,10,196). Sum of RGB (Red+Green+Blue) = 168+10+196=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #A80AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AC4 is #57F53B. Grayscale: #4D4D4D. Windows color (decimal): -5764412 or 12847784. OLE color: 12847784.
HSL color Cylindrical-coordinate representation of color #A80AC4: hue angle of 290.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AC4 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 10 | 196 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.23 |
| HSL | 290.97º | 0.9% | 0.4% | - |
| HSV(B) | 290.97º | 0.95% | 0.77% | - |
| XYZ | 26.22 | 12.53 | 53.26 | - |
| YUV | 78.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 196 | 0.14 | 0.95 | 0 | 0.23 | 290.97 | 0.9 | 0.4 |
| Hex | A8 | A | C4 | E | 5F | 0 | 17 | 123 | 5A | 28 |
| Octal | 250 | 12 | 304 | 16 | 137 | 0 | 27 | 443 | 132 | 50 |
| Binary | 10101000 | 1010 | 11000100 | 1110 | 1011111 | 0 | 10111 | 100100011 | 1011010 | 101000 |
Color Harmonies of #A80AC4
Complementary color
Monochromatic Colors of #A80AC4
Black with #A80AC4
Text Example
Text Example
White with #A80AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AC4; }
p { color: rgb(168,10,196); }
H1.HeaderClassName
{
color: #A80AC4;
}
.AnyTagClassName
{
color: #A80AC4;
}
</style>
background-color css
<style>
a { background-color: #A80AC4; }
a { background-color: rgb(168,10,196); }
div.DivClassName
{
background-color: #A80AC4;
}
.BgClassName
{
background-color: #A80AC4;
}
</style>
border-color css
<style>
span { border-color: #A80AC4; }
span { border-color: rgb(168,10,196); }
td.TdClassName
{
border-color: #A80AC4;
}
.TagClassName
{
border-color: #A80AC4;
}
</style>