Shades of Dark Violet #A207DF
Tints of Dark Violet #A207DF
RGB
CMYK
RGB Variations
Color information
#A207DF (or 0xA207DF) is known color: Dark Violet. HEX triplet: A2, 07 and DF. RGB value is (162,7,223). Sum of RGB (Red+Green+Blue) = 162+7+223=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #A207DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207DF is #5DF820. Grayscale: #4D4D4D. Windows color (decimal): -6158369 or 14616482. OLE color: 14616482.
HSL color Cylindrical-coordinate representation of color #A207DF: hue angle of 283.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207DF is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 7 | 223 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.13 |
| HSL | 283.06º | 0.94% | 0.45% | - |
| HSV(B) | 283.06º | 0.97% | 0.87% | - |
| XYZ | 28.3 | 13.16 | 70.86 | - |
| YUV | 77.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 223 | 0.27 | 0.97 | 0 | 0.13 | 283.06 | 0.94 | 0.45 |
| Hex | A2 | 7 | DF | 1B | 61 | 0 | D | 11B | 5E | 2D |
| Octal | 242 | 7 | 337 | 33 | 141 | 0 | 15 | 433 | 136 | 55 |
| Binary | 10100010 | 111 | 11011111 | 11011 | 1100001 | 0 | 1101 | 100011011 | 1011110 | 101101 |
Color Harmonies of #A207DF
Complementary color
Monochromatic Colors of #A207DF
Black with #A207DF
Text Example
Text Example
White with #A207DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207DF; }
p { color: rgb(162,7,223); }
H1.HeaderClassName
{
color: #A207DF;
}
.AnyTagClassName
{
color: #A207DF;
}
</style>
background-color css
<style>
a { background-color: #A207DF; }
a { background-color: rgb(162,7,223); }
div.DivClassName
{
background-color: #A207DF;
}
.BgClassName
{
background-color: #A207DF;
}
</style>
border-color css
<style>
span { border-color: #A207DF; }
span { border-color: rgb(162,7,223); }
td.TdClassName
{
border-color: #A207DF;
}
.TagClassName
{
border-color: #A207DF;
}
</style>