Shades of Dark Violet #A206CF
Tints of Dark Violet #A206CF
RGB
CMYK
RGB Variations
Color information
#A206CF (or 0xA206CF) is known color: Dark Violet. HEX triplet: A2, 06 and CF. RGB value is (162,6,207). Sum of RGB (Red+Green+Blue) = 162+6+207=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #A206CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206CF is #5DF930. Grayscale: #4A4A4A. Windows color (decimal): -6158641 or 13567650. OLE color: 13567650.
HSL color Cylindrical-coordinate representation of color #A206CF: hue angle of 286.57º degrees, saturation: 0.94, 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 #A206CF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 6 | 207 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.19 |
| HSL | 286.57º | 0.94% | 0.42% | - |
| HSV(B) | 286.57º | 0.97% | 0.81% | - |
| XYZ | 26.23 | 12.32 | 60.03 | - |
| YUV | 75.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 207 | 0.22 | 0.97 | 0 | 0.19 | 286.57 | 0.94 | 0.42 |
| Hex | A2 | 6 | CF | 16 | 61 | 0 | 13 | 11F | 5E | 2A |
| Octal | 242 | 6 | 317 | 26 | 141 | 0 | 23 | 437 | 136 | 52 |
| Binary | 10100010 | 110 | 11001111 | 10110 | 1100001 | 0 | 10011 | 100011111 | 1011110 | 101010 |
Color Harmonies of #A206CF
Complementary color
Monochromatic Colors of #A206CF
Black with #A206CF
Text Example
Text Example
White with #A206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206CF; }
p { color: rgb(162,6,207); }
H1.HeaderClassName
{
color: #A206CF;
}
.AnyTagClassName
{
color: #A206CF;
}
</style>
background-color css
<style>
a { background-color: #A206CF; }
a { background-color: rgb(162,6,207); }
div.DivClassName
{
background-color: #A206CF;
}
.BgClassName
{
background-color: #A206CF;
}
</style>
border-color css
<style>
span { border-color: #A206CF; }
span { border-color: rgb(162,6,207); }
td.TdClassName
{
border-color: #A206CF;
}
.TagClassName
{
border-color: #A206CF;
}
</style>