Shades of Dark Violet #A20FB1
Tints of Dark Violet #A20FB1
RGB
CMYK
RGB Variations
Color information
#A20FB1 (or 0xA20FB1) is known color: Dark Violet. HEX triplet: A2, 0F and B1. RGB value is (162,15,177). Sum of RGB (Red+Green+Blue) = 162+15+177=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #A20FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FB1 is #5DF04E. Grayscale: #4C4C4C. Windows color (decimal): -6156367 or 11603874. OLE color: 11603874.
HSL color Cylindrical-coordinate representation of color #A20FB1: hue angle of 294.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FB1 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 15 | 177 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.31 |
| HSL | 294.44º | 0.84% | 0.38% | - |
| HSV(B) | 294.44º | 0.92% | 0.69% | - |
| XYZ | 23.01 | 11.2 | 42.54 | - |
| YUV | 77.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 177 | 0.08 | 0.92 | 0 | 0.31 | 294.44 | 0.84 | 0.38 |
| Hex | A2 | F | B1 | 8 | 5C | 0 | 1F | 126 | 54 | 26 |
| Octal | 242 | 17 | 261 | 10 | 134 | 0 | 37 | 446 | 124 | 46 |
| Binary | 10100010 | 1111 | 10110001 | 1000 | 1011100 | 0 | 11111 | 100100110 | 1010100 | 100110 |
Color Harmonies of #A20FB1
Complementary color
Monochromatic Colors of #A20FB1
Black with #A20FB1
Text Example
Text Example
White with #A20FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FB1; }
p { color: rgb(162,15,177); }
H1.HeaderClassName
{
color: #A20FB1;
}
.AnyTagClassName
{
color: #A20FB1;
}
</style>
background-color css
<style>
a { background-color: #A20FB1; }
a { background-color: rgb(162,15,177); }
div.DivClassName
{
background-color: #A20FB1;
}
.BgClassName
{
background-color: #A20FB1;
}
</style>
border-color css
<style>
span { border-color: #A20FB1; }
span { border-color: rgb(162,15,177); }
td.TdClassName
{
border-color: #A20FB1;
}
.TagClassName
{
border-color: #A20FB1;
}
</style>