Shades of Dark Violet #A209CF
Tints of Dark Violet #A209CF
RGB
CMYK
RGB Variations
Color information
#A209CF (or 0xA209CF) is known color: Dark Violet. HEX triplet: A2, 09 and CF. RGB value is (162,9,207). Sum of RGB (Red+Green+Blue) = 162+9+207=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #A209CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209CF is #5DF630. Grayscale: #4C4C4C. Windows color (decimal): -6157873 or 13568418. OLE color: 13568418.
HSL color Cylindrical-coordinate representation of color #A209CF: hue angle of 286.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209CF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 9 | 207 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.19 |
| HSL | 286.36º | 0.92% | 0.42% | - |
| HSV(B) | 286.36º | 0.96% | 0.81% | - |
| XYZ | 26.26 | 12.38 | 60.04 | - |
| YUV | 77.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 207 | 0.22 | 0.96 | 0 | 0.19 | 286.36 | 0.92 | 0.42 |
| Hex | A2 | 9 | CF | 16 | 60 | 0 | 13 | 11E | 5C | 2A |
| Octal | 242 | 11 | 317 | 26 | 140 | 0 | 23 | 436 | 134 | 52 |
| Binary | 10100010 | 1001 | 11001111 | 10110 | 1100000 | 0 | 10011 | 100011110 | 1011100 | 101010 |
Color Harmonies of #A209CF
Complementary color
Monochromatic Colors of #A209CF
Black with #A209CF
Text Example
Text Example
White with #A209CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209CF; }
p { color: rgb(162,9,207); }
H1.HeaderClassName
{
color: #A209CF;
}
.AnyTagClassName
{
color: #A209CF;
}
</style>
background-color css
<style>
a { background-color: #A209CF; }
a { background-color: rgb(162,9,207); }
div.DivClassName
{
background-color: #A209CF;
}
.BgClassName
{
background-color: #A209CF;
}
</style>
border-color css
<style>
span { border-color: #A209CF; }
span { border-color: rgb(162,9,207); }
td.TdClassName
{
border-color: #A209CF;
}
.TagClassName
{
border-color: #A209CF;
}
</style>