Shades of Dark Violet #A80CDF
Tints of Dark Violet #A80CDF
RGB
CMYK
RGB Variations
Color information
#A80CDF (or 0xA80CDF) is known color: Dark Violet. HEX triplet: A8, 0C and DF. RGB value is (168,12,223). Sum of RGB (Red+Green+Blue) = 168+12+223=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #A80CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CDF is #57F320. Grayscale: #525252. Windows color (decimal): -5763873 or 14617768. OLE color: 14617768.
HSL color Cylindrical-coordinate representation of color #A80CDF: hue angle of 284.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CDF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 12 | 223 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.13 |
| HSL | 284.36º | 0.9% | 0.46% | - |
| HSV(B) | 284.36º | 0.95% | 0.87% | - |
| XYZ | 29.6 | 13.92 | 70.94 | - |
| YUV | 82.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 223 | 0.25 | 0.95 | 0 | 0.13 | 284.36 | 0.9 | 0.46 |
| Hex | A8 | C | DF | 19 | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 250 | 14 | 337 | 31 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10101000 | 1100 | 11011111 | 11001 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A80CDF
Complementary color
Monochromatic Colors of #A80CDF
Black with #A80CDF
Text Example
Text Example
White with #A80CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CDF; }
p { color: rgb(168,12,223); }
H1.HeaderClassName
{
color: #A80CDF;
}
.AnyTagClassName
{
color: #A80CDF;
}
</style>
background-color css
<style>
a { background-color: #A80CDF; }
a { background-color: rgb(168,12,223); }
div.DivClassName
{
background-color: #A80CDF;
}
.BgClassName
{
background-color: #A80CDF;
}
</style>
border-color css
<style>
span { border-color: #A80CDF; }
span { border-color: rgb(168,12,223); }
td.TdClassName
{
border-color: #A80CDF;
}
.TagClassName
{
border-color: #A80CDF;
}
</style>