Shades of Dark Violet #A80CD3
Tints of Dark Violet #A80CD3
RGB
CMYK
RGB Variations
Color information
#A80CD3 (or 0xA80CD3) is known color: Dark Violet. HEX triplet: A8, 0C and D3. RGB value is (168,12,211). Sum of RGB (Red+Green+Blue) = 168+12+211=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #A80CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD3 is #57F32C. Grayscale: #505050. Windows color (decimal): -5763885 or 13831336. OLE color: 13831336.
HSL color Cylindrical-coordinate representation of color #A80CD3: hue angle of 287.04º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CD3 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 12 | 211 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.17 |
| HSL | 287.04º | 0.89% | 0.44% | - |
| HSV(B) | 287.04º | 0.94% | 0.83% | - |
| XYZ | 28.04 | 13.29 | 62.72 | - |
| YUV | 81.33 | 201.18 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 211 | 0.20 | 0.94 | 0 | 0.17 | 287.04 | 0.89 | 0.44 |
| Hex | A8 | C | D3 | 14 | 5E | 0 | 11 | 11F | 59 | 2C |
| Octal | 250 | 14 | 323 | 24 | 136 | 0 | 21 | 437 | 131 | 54 |
| Binary | 10101000 | 1100 | 11010011 | 10100 | 1011110 | 0 | 10001 | 100011111 | 1011001 | 101100 |
Color Harmonies of #A80CD3
Complementary color
Monochromatic Colors of #A80CD3
Black with #A80CD3
Text Example
Text Example
White with #A80CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CD3; }
p { color: rgb(168,12,211); }
H1.HeaderClassName
{
color: #A80CD3;
}
.AnyTagClassName
{
color: #A80CD3;
}
</style>
background-color css
<style>
a { background-color: #A80CD3; }
a { background-color: rgb(168,12,211); }
div.DivClassName
{
background-color: #A80CD3;
}
.BgClassName
{
background-color: #A80CD3;
}
</style>
border-color css
<style>
span { border-color: #A80CD3; }
span { border-color: rgb(168,12,211); }
td.TdClassName
{
border-color: #A80CD3;
}
.TagClassName
{
border-color: #A80CD3;
}
</style>