Shades of Dark Violet #A208DA
Tints of Dark Violet #A208DA
RGB
CMYK
RGB Variations
Color information
#A208DA (or 0xA208DA) is known color: Dark Violet. HEX triplet: A2, 08 and DA. RGB value is (162,8,218). Sum of RGB (Red+Green+Blue) = 162+8+218=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #A208DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208DA is #5DF725. Grayscale: #4D4D4D. Windows color (decimal): -6158118 or 14289058. OLE color: 14289058.
HSL color Cylindrical-coordinate representation of color #A208DA: hue angle of 284º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208DA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 8 | 218 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.15 |
| HSL | 284º | 0.93% | 0.44% | - |
| HSV(B) | 284º | 0.96% | 0.85% | - |
| XYZ | 27.64 | 12.92 | 67.37 | - |
| YUV | 77.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 218 | 0.26 | 0.96 | 0 | 0.15 | 284 | 0.93 | 0.44 |
| Hex | A2 | 8 | DA | 1A | 60 | 0 | F | 11C | 5D | 2C |
| Octal | 242 | 10 | 332 | 32 | 140 | 0 | 17 | 434 | 135 | 54 |
| Binary | 10100010 | 1000 | 11011010 | 11010 | 1100000 | 0 | 1111 | 100011100 | 1011101 | 101100 |
Color Harmonies of #A208DA
Complementary color
Monochromatic Colors of #A208DA
Black with #A208DA
Text Example
Text Example
White with #A208DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208DA; }
p { color: rgb(162,8,218); }
H1.HeaderClassName
{
color: #A208DA;
}
.AnyTagClassName
{
color: #A208DA;
}
</style>
background-color css
<style>
a { background-color: #A208DA; }
a { background-color: rgb(162,8,218); }
div.DivClassName
{
background-color: #A208DA;
}
.BgClassName
{
background-color: #A208DA;
}
</style>
border-color css
<style>
span { border-color: #A208DA; }
span { border-color: rgb(162,8,218); }
td.TdClassName
{
border-color: #A208DA;
}
.TagClassName
{
border-color: #A208DA;
}
</style>