Shades of Dark Violet #A208DF
Tints of Dark Violet #A208DF
RGB
CMYK
RGB Variations
Color information
#A208DF (or 0xA208DF) is known color: Dark Violet. HEX triplet: A2, 08 and DF. RGB value is (162,8,223). Sum of RGB (Red+Green+Blue) = 162+8+223=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A208DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208DF is #5DF720. Grayscale: #4D4D4D. Windows color (decimal): -6158113 or 14616738. OLE color: 14616738.
HSL color Cylindrical-coordinate representation of color #A208DF: hue angle of 282.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208DF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 8 | 223 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 282.98º | 0.93% | 0.45% | - |
| HSV(B) | 282.98º | 0.96% | 0.87% | - |
| XYZ | 28.31 | 13.18 | 70.86 | - |
| YUV | 78.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 223 | 0.27 | 0.96 | 0 | 0.13 | 282.98 | 0.93 | 0.45 |
| Hex | A2 | 8 | DF | 1B | 60 | 0 | D | 11B | 5D | 2D |
| Octal | 242 | 10 | 337 | 33 | 140 | 0 | 15 | 433 | 135 | 55 |
| Binary | 10100010 | 1000 | 11011111 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011101 | 101101 |
Color Harmonies of #A208DF
Complementary color
Monochromatic Colors of #A208DF
Black with #A208DF
Text Example
Text Example
White with #A208DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208DF; }
p { color: rgb(162,8,223); }
H1.HeaderClassName
{
color: #A208DF;
}
.AnyTagClassName
{
color: #A208DF;
}
</style>
background-color css
<style>
a { background-color: #A208DF; }
a { background-color: rgb(162,8,223); }
div.DivClassName
{
background-color: #A208DF;
}
.BgClassName
{
background-color: #A208DF;
}
</style>
border-color css
<style>
span { border-color: #A208DF; }
span { border-color: rgb(162,8,223); }
td.TdClassName
{
border-color: #A208DF;
}
.TagClassName
{
border-color: #A208DF;
}
</style>