Shades of Dark Violet #A80FDC
Tints of Dark Violet #A80FDC
RGB
CMYK
RGB Variations
Color information
#A80FDC (or 0xA80FDC) is known color: Dark Violet. HEX triplet: A8, 0F and DC. RGB value is (168,15,220). Sum of RGB (Red+Green+Blue) = 168+15+220=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FDC is #57F023. Grayscale: #535353. Windows color (decimal): -5763108 or 14421928. OLE color: 14421928.
HSL color Cylindrical-coordinate representation of color #A80FDC: hue angle of 284.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FDC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 15 | 220 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.14 |
| HSL | 284.78º | 0.87% | 0.46% | - |
| HSV(B) | 284.78º | 0.93% | 0.86% | - |
| XYZ | 29.24 | 13.83 | 68.84 | - |
| YUV | 84.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 220 | 0.24 | 0.93 | 0 | 0.14 | 284.78 | 0.87 | 0.46 |
| Hex | A8 | F | DC | 18 | 5D | 0 | E | 11D | 57 | 2E |
| Octal | 250 | 17 | 334 | 30 | 135 | 0 | 16 | 435 | 127 | 56 |
| Binary | 10101000 | 1111 | 11011100 | 11000 | 1011101 | 0 | 1110 | 100011101 | 1010111 | 101110 |
Color Harmonies of #A80FDC
Complementary color
Monochromatic Colors of #A80FDC
Black with #A80FDC
Text Example
Text Example
White with #A80FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FDC; }
p { color: rgb(168,15,220); }
H1.HeaderClassName
{
color: #A80FDC;
}
.AnyTagClassName
{
color: #A80FDC;
}
</style>
background-color css
<style>
a { background-color: #A80FDC; }
a { background-color: rgb(168,15,220); }
div.DivClassName
{
background-color: #A80FDC;
}
.BgClassName
{
background-color: #A80FDC;
}
</style>
border-color css
<style>
span { border-color: #A80FDC; }
span { border-color: rgb(168,15,220); }
td.TdClassName
{
border-color: #A80FDC;
}
.TagClassName
{
border-color: #A80FDC;
}
</style>