Shades of Dark Violet #A207DC
Tints of Dark Violet #A207DC
RGB
CMYK
RGB Variations
Color information
#A207DC (or 0xA207DC) is known color: Dark Violet. HEX triplet: A2, 07 and DC. RGB value is (162,7,220). Sum of RGB (Red+Green+Blue) = 162+7+220=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A207DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207DC is #5DF823. Grayscale: #4C4C4C. Windows color (decimal): -6158372 or 14419874. OLE color: 14419874.
HSL color Cylindrical-coordinate representation of color #A207DC: hue angle of 283.66º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207DC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 7 | 220 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 283.66º | 0.94% | 0.45% | - |
| HSV(B) | 283.66º | 0.97% | 0.86% | - |
| XYZ | 27.89 | 13 | 68.75 | - |
| YUV | 77.63 | 208.35 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 220 | 0.26 | 0.97 | 0 | 0.14 | 283.66 | 0.94 | 0.45 |
| Hex | A2 | 7 | DC | 1A | 61 | 0 | E | 11C | 5E | 2D |
| Octal | 242 | 7 | 334 | 32 | 141 | 0 | 16 | 434 | 136 | 55 |
| Binary | 10100010 | 111 | 11011100 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A207DC
Complementary color
Monochromatic Colors of #A207DC
Black with #A207DC
Text Example
Text Example
White with #A207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207DC; }
p { color: rgb(162,7,220); }
H1.HeaderClassName
{
color: #A207DC;
}
.AnyTagClassName
{
color: #A207DC;
}
</style>
background-color css
<style>
a { background-color: #A207DC; }
a { background-color: rgb(162,7,220); }
div.DivClassName
{
background-color: #A207DC;
}
.BgClassName
{
background-color: #A207DC;
}
</style>
border-color css
<style>
span { border-color: #A207DC; }
span { border-color: rgb(162,7,220); }
td.TdClassName
{
border-color: #A207DC;
}
.TagClassName
{
border-color: #A207DC;
}
</style>