Shades of Dark Violet #A20FCF
Tints of Dark Violet #A20FCF
RGB
CMYK
RGB Variations
Color information
#A20FCF (or 0xA20FCF) is known color: Dark Violet. HEX triplet: A2, 0F and CF. RGB value is (162,15,207). Sum of RGB (Red+Green+Blue) = 162+15+207=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A20FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FCF is #5DF030. Grayscale: #505050. Windows color (decimal): -6156337 or 13569954. OLE color: 13569954.
HSL color Cylindrical-coordinate representation of color #A20FCF: hue angle of 285.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FCF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 15 | 207 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.19 |
| HSL | 285.94º | 0.86% | 0.44% | - |
| HSV(B) | 285.94º | 0.93% | 0.81% | - |
| XYZ | 26.33 | 12.53 | 60.06 | - |
| YUV | 80.84 | 199.2 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 207 | 0.22 | 0.93 | 0 | 0.19 | 285.94 | 0.86 | 0.44 |
| Hex | A2 | F | CF | 16 | 5D | 0 | 13 | 11E | 56 | 2C |
| Octal | 242 | 17 | 317 | 26 | 135 | 0 | 23 | 436 | 126 | 54 |
| Binary | 10100010 | 1111 | 11001111 | 10110 | 1011101 | 0 | 10011 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A20FCF
Complementary color
Monochromatic Colors of #A20FCF
Black with #A20FCF
Text Example
Text Example
White with #A20FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FCF; }
p { color: rgb(162,15,207); }
H1.HeaderClassName
{
color: #A20FCF;
}
.AnyTagClassName
{
color: #A20FCF;
}
</style>
background-color css
<style>
a { background-color: #A20FCF; }
a { background-color: rgb(162,15,207); }
div.DivClassName
{
background-color: #A20FCF;
}
.BgClassName
{
background-color: #A20FCF;
}
</style>
border-color css
<style>
span { border-color: #A20FCF; }
span { border-color: rgb(162,15,207); }
td.TdClassName
{
border-color: #A20FCF;
}
.TagClassName
{
border-color: #A20FCF;
}
</style>