Shades of Dark Violet #A208D1
Tints of Dark Violet #A208D1
RGB
CMYK
RGB Variations
Color information
#A208D1 (or 0xA208D1) is known color: Dark Violet. HEX triplet: A2, 08 and D1. RGB value is (162,8,209). Sum of RGB (Red+Green+Blue) = 162+8+209=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #A208D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208D1 is #5DF72E. Grayscale: #4C4C4C. Windows color (decimal): -6158127 or 13699234. OLE color: 13699234.
HSL color Cylindrical-coordinate representation of color #A208D1: hue angle of 285.97º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208D1 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 8 | 209 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.18 |
| HSL | 285.97º | 0.93% | 0.43% | - |
| HSV(B) | 285.97º | 0.96% | 0.82% | - |
| XYZ | 26.5 | 12.46 | 61.33 | - |
| YUV | 76.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 209 | 0.22 | 0.96 | 0 | 0.18 | 285.97 | 0.93 | 0.43 |
| Hex | A2 | 8 | D1 | 16 | 60 | 0 | 12 | 11E | 5D | 2B |
| Octal | 242 | 10 | 321 | 26 | 140 | 0 | 22 | 436 | 135 | 53 |
| Binary | 10100010 | 1000 | 11010001 | 10110 | 1100000 | 0 | 10010 | 100011110 | 1011101 | 101011 |
Color Harmonies of #A208D1
Complementary color
Monochromatic Colors of #A208D1
Black with #A208D1
Text Example
Text Example
White with #A208D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208D1; }
p { color: rgb(162,8,209); }
H1.HeaderClassName
{
color: #A208D1;
}
.AnyTagClassName
{
color: #A208D1;
}
</style>
background-color css
<style>
a { background-color: #A208D1; }
a { background-color: rgb(162,8,209); }
div.DivClassName
{
background-color: #A208D1;
}
.BgClassName
{
background-color: #A208D1;
}
</style>
border-color css
<style>
span { border-color: #A208D1; }
span { border-color: rgb(162,8,209); }
td.TdClassName
{
border-color: #A208D1;
}
.TagClassName
{
border-color: #A208D1;
}
</style>