Shades of Dark Violet #A208F0
Tints of Dark Violet #A208F0
RGB
CMYK
RGB Variations
Color information
#A208F0 (or 0xA208F0) is known color: Dark Violet. HEX triplet: A2, 08 and F0. RGB value is (162,8,240). Sum of RGB (Red+Green+Blue) = 162+8+240=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #A208F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A208F0 is #5DF70F. Grayscale: #4F4F4F. Windows color (decimal): -6158096 or 15730850. OLE color: 15730850.
HSL color Cylindrical-coordinate representation of color #A208F0: hue angle of 279.83º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A208F0 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 8 | 240 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.06 |
| HSL | 279.83º | 0.94% | 0.49% | - |
| HSV(B) | 279.83º | 0.97% | 0.94% | - |
| XYZ | 30.72 | 14.15 | 83.55 | - |
| YUV | 80.49 | 218.02 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 240 | 0.32 | 0.97 | 0 | 0.06 | 279.83 | 0.94 | 0.49 |
| Hex | A2 | 8 | F0 | 20 | 61 | 0 | 6 | 118 | 5E | 31 |
| Octal | 242 | 10 | 360 | 40 | 141 | 0 | 6 | 430 | 136 | 61 |
| Binary | 10100010 | 1000 | 11110000 | 100000 | 1100001 | 0 | 110 | 100011000 | 1011110 | 110001 |
Color Harmonies of #A208F0
Complementary color
Monochromatic Colors of #A208F0
Black with #A208F0
Text Example
Text Example
White with #A208F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208F0; }
p { color: rgb(162,8,240); }
H1.HeaderClassName
{
color: #A208F0;
}
.AnyTagClassName
{
color: #A208F0;
}
</style>
background-color css
<style>
a { background-color: #A208F0; }
a { background-color: rgb(162,8,240); }
div.DivClassName
{
background-color: #A208F0;
}
.BgClassName
{
background-color: #A208F0;
}
</style>
border-color css
<style>
span { border-color: #A208F0; }
span { border-color: rgb(162,8,240); }
td.TdClassName
{
border-color: #A208F0;
}
.TagClassName
{
border-color: #A208F0;
}
</style>