Shades of Dark Violet #A207CF
Tints of Dark Violet #A207CF
RGB
CMYK
RGB Variations
Color information
#A207CF (or 0xA207CF) is known color: Dark Violet. HEX triplet: A2, 07 and CF. RGB value is (162,7,207). Sum of RGB (Red+Green+Blue) = 162+7+207=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A207CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207CF is #5DF830. Grayscale: #4B4B4B. Windows color (decimal): -6158385 or 13567906. OLE color: 13567906.
HSL color Cylindrical-coordinate representation of color #A207CF: hue angle of 286.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207CF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 7 | 207 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.19 |
| HSL | 286.5º | 0.93% | 0.42% | - |
| HSV(B) | 286.5º | 0.97% | 0.81% | - |
| XYZ | 26.24 | 12.34 | 60.03 | - |
| YUV | 76.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 207 | 0.22 | 0.97 | 0 | 0.19 | 286.5 | 0.93 | 0.42 |
| Hex | A2 | 7 | CF | 16 | 61 | 0 | 13 | 11E | 5D | 2A |
| Octal | 242 | 7 | 317 | 26 | 141 | 0 | 23 | 436 | 135 | 52 |
| Binary | 10100010 | 111 | 11001111 | 10110 | 1100001 | 0 | 10011 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A207CF
Complementary color
Monochromatic Colors of #A207CF
Black with #A207CF
Text Example
Text Example
White with #A207CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207CF; }
p { color: rgb(162,7,207); }
H1.HeaderClassName
{
color: #A207CF;
}
.AnyTagClassName
{
color: #A207CF;
}
</style>
background-color css
<style>
a { background-color: #A207CF; }
a { background-color: rgb(162,7,207); }
div.DivClassName
{
background-color: #A207CF;
}
.BgClassName
{
background-color: #A207CF;
}
</style>
border-color css
<style>
span { border-color: #A207CF; }
span { border-color: rgb(162,7,207); }
td.TdClassName
{
border-color: #A207CF;
}
.TagClassName
{
border-color: #A207CF;
}
</style>