Shades of Dark Violet #A207D6
Tints of Dark Violet #A207D6
RGB
CMYK
RGB Variations
Color information
#A207D6 (or 0xA207D6) is known color: Dark Violet. HEX triplet: A2, 07 and D6. RGB value is (162,7,214). Sum of RGB (Red+Green+Blue) = 162+7+214=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #A207D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207D6 is #5DF829. Grayscale: #4C4C4C. Windows color (decimal): -6158378 or 14026658. OLE color: 14026658.
HSL color Cylindrical-coordinate representation of color #A207D6: hue angle of 284.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207D6 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 7 | 214 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.16 |
| HSL | 284.93º | 0.94% | 0.43% | - |
| HSV(B) | 284.93º | 0.97% | 0.84% | - |
| XYZ | 27.11 | 12.69 | 64.64 | - |
| YUV | 76.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 214 | 0.24 | 0.97 | 0 | 0.16 | 284.93 | 0.94 | 0.43 |
| Hex | A2 | 7 | D6 | 18 | 61 | 0 | 10 | 11D | 5E | 2B |
| Octal | 242 | 7 | 326 | 30 | 141 | 0 | 20 | 435 | 136 | 53 |
| Binary | 10100010 | 111 | 11010110 | 11000 | 1100001 | 0 | 10000 | 100011101 | 1011110 | 101011 |
Color Harmonies of #A207D6
Complementary color
Monochromatic Colors of #A207D6
Black with #A207D6
Text Example
Text Example
White with #A207D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207D6; }
p { color: rgb(162,7,214); }
H1.HeaderClassName
{
color: #A207D6;
}
.AnyTagClassName
{
color: #A207D6;
}
</style>
background-color css
<style>
a { background-color: #A207D6; }
a { background-color: rgb(162,7,214); }
div.DivClassName
{
background-color: #A207D6;
}
.BgClassName
{
background-color: #A207D6;
}
</style>
border-color css
<style>
span { border-color: #A207D6; }
span { border-color: rgb(162,7,214); }
td.TdClassName
{
border-color: #A207D6;
}
.TagClassName
{
border-color: #A207D6;
}
</style>