Shades of Dark Violet #A207DB
Tints of Dark Violet #A207DB
RGB
CMYK
RGB Variations
Color information
#A207DB (or 0xA207DB) is known color: Dark Violet. HEX triplet: A2, 07 and DB. RGB value is (162,7,219). Sum of RGB (Red+Green+Blue) = 162+7+219=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A207DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207DB is #5DF824. Grayscale: #4C4C4C. Windows color (decimal): -6158373 or 14354338. OLE color: 14354338.
HSL color Cylindrical-coordinate representation of color #A207DB: hue angle of 283.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207DB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 7 | 219 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 283.87º | 0.94% | 0.44% | - |
| HSV(B) | 283.87º | 0.97% | 0.86% | - |
| XYZ | 27.76 | 12.95 | 68.05 | - |
| YUV | 77.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 219 | 0.26 | 0.97 | 0 | 0.14 | 283.87 | 0.94 | 0.44 |
| Hex | A2 | 7 | DB | 1A | 61 | 0 | E | 11C | 5E | 2C |
| Octal | 242 | 7 | 333 | 32 | 141 | 0 | 16 | 434 | 136 | 54 |
| Binary | 10100010 | 111 | 11011011 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101100 |
Color Harmonies of #A207DB
Complementary color
Monochromatic Colors of #A207DB
Black with #A207DB
Text Example
Text Example
White with #A207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207DB; }
p { color: rgb(162,7,219); }
H1.HeaderClassName
{
color: #A207DB;
}
.AnyTagClassName
{
color: #A207DB;
}
</style>
background-color css
<style>
a { background-color: #A207DB; }
a { background-color: rgb(162,7,219); }
div.DivClassName
{
background-color: #A207DB;
}
.BgClassName
{
background-color: #A207DB;
}
</style>
border-color css
<style>
span { border-color: #A207DB; }
span { border-color: rgb(162,7,219); }
td.TdClassName
{
border-color: #A207DB;
}
.TagClassName
{
border-color: #A207DB;
}
</style>