Shades of Dark Violet #A20FED
Tints of Dark Violet #A20FED
RGB
CMYK
RGB Variations
Color information
#A20FED (or 0xA20FED) is known color: Dark Violet. HEX triplet: A2, 0F and ED. RGB value is (162,15,237). Sum of RGB (Red+Green+Blue) = 162+15+237=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #A20FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FED is #5DF012. Grayscale: #535353. Windows color (decimal): -6156307 or 15536034. OLE color: 15536034.
HSL color Cylindrical-coordinate representation of color #A20FED: hue angle of 279.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FED is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 15 | 237 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.73º | 0.88% | 0.49% | - |
| HSV(B) | 279.73º | 0.94% | 0.93% | - |
| XYZ | 30.36 | 14.14 | 81.25 | - |
| YUV | 84.26 | 214.2 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 237 | 0.32 | 0.94 | 0 | 0.07 | 279.73 | 0.88 | 0.49 |
| Hex | A2 | F | ED | 20 | 5E | 0 | 7 | 118 | 58 | 31 |
| Octal | 242 | 17 | 355 | 40 | 136 | 0 | 7 | 430 | 130 | 61 |
| Binary | 10100010 | 1111 | 11101101 | 100000 | 1011110 | 0 | 111 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A20FED
Complementary color
Monochromatic Colors of #A20FED
Black with #A20FED
Text Example
Text Example
White with #A20FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FED; }
p { color: rgb(162,15,237); }
H1.HeaderClassName
{
color: #A20FED;
}
.AnyTagClassName
{
color: #A20FED;
}
</style>
background-color css
<style>
a { background-color: #A20FED; }
a { background-color: rgb(162,15,237); }
div.DivClassName
{
background-color: #A20FED;
}
.BgClassName
{
background-color: #A20FED;
}
</style>
border-color css
<style>
span { border-color: #A20FED; }
span { border-color: rgb(162,15,237); }
td.TdClassName
{
border-color: #A20FED;
}
.TagClassName
{
border-color: #A20FED;
}
</style>