Shades of Dark Violet #A20FB0
Tints of Dark Violet #A20FB0
RGB
CMYK
RGB Variations
Color information
#A20FB0 (or 0xA20FB0) is known color: Dark Violet. HEX triplet: A2, 0F and B0. RGB value is (162,15,176). Sum of RGB (Red+Green+Blue) = 162+15+176=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #A20FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FB0 is #5DF04F. Grayscale: #4C4C4C. Windows color (decimal): -6156368 or 11538338. OLE color: 11538338.
HSL color Cylindrical-coordinate representation of color #A20FB0: hue angle of 294.78º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FB0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 15 | 176 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.31 |
| HSL | 294.78º | 0.84% | 0.37% | - |
| HSV(B) | 294.78º | 0.91% | 0.69% | - |
| XYZ | 22.91 | 11.16 | 42.02 | - |
| YUV | 77.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 176 | 0.08 | 0.91 | 0 | 0.31 | 294.78 | 0.84 | 0.37 |
| Hex | A2 | F | B0 | 8 | 5B | 0 | 1F | 127 | 54 | 25 |
| Octal | 242 | 17 | 260 | 10 | 133 | 0 | 37 | 447 | 124 | 45 |
| Binary | 10100010 | 1111 | 10110000 | 1000 | 1011011 | 0 | 11111 | 100100111 | 1010100 | 100101 |
Color Harmonies of #A20FB0
Complementary color
Monochromatic Colors of #A20FB0
Black with #A20FB0
Text Example
Text Example
White with #A20FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FB0; }
p { color: rgb(162,15,176); }
H1.HeaderClassName
{
color: #A20FB0;
}
.AnyTagClassName
{
color: #A20FB0;
}
</style>
background-color css
<style>
a { background-color: #A20FB0; }
a { background-color: rgb(162,15,176); }
div.DivClassName
{
background-color: #A20FB0;
}
.BgClassName
{
background-color: #A20FB0;
}
</style>
border-color css
<style>
span { border-color: #A20FB0; }
span { border-color: rgb(162,15,176); }
td.TdClassName
{
border-color: #A20FB0;
}
.TagClassName
{
border-color: #A20FB0;
}
</style>