Shades of Dark Violet #A20FBC
Tints of Dark Violet #A20FBC
RGB
CMYK
RGB Variations
Color information
#A20FBC (or 0xA20FBC) is known color: Dark Violet. HEX triplet: A2, 0F and BC. RGB value is (162,15,188). Sum of RGB (Red+Green+Blue) = 162+15+188=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FBC is #5DF043. Grayscale: #4E4E4E. Windows color (decimal): -6156356 or 12324770. OLE color: 12324770.
HSL color Cylindrical-coordinate representation of color #A20FBC: hue angle of 290.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FBC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 15 | 188 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.26 |
| HSL | 290.98º | 0.85% | 0.4% | - |
| HSV(B) | 290.98º | 0.92% | 0.74% | - |
| XYZ | 24.15 | 11.65 | 48.55 | - |
| YUV | 78.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 188 | 0.14 | 0.92 | 0 | 0.26 | 290.98 | 0.85 | 0.4 |
| Hex | A2 | F | BC | E | 5C | 0 | 1A | 123 | 55 | 28 |
| Octal | 242 | 17 | 274 | 16 | 134 | 0 | 32 | 443 | 125 | 50 |
| Binary | 10100010 | 1111 | 10111100 | 1110 | 1011100 | 0 | 11010 | 100100011 | 1010101 | 101000 |
Color Harmonies of #A20FBC
Complementary color
Monochromatic Colors of #A20FBC
Black with #A20FBC
Text Example
Text Example
White with #A20FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FBC; }
p { color: rgb(162,15,188); }
H1.HeaderClassName
{
color: #A20FBC;
}
.AnyTagClassName
{
color: #A20FBC;
}
</style>
background-color css
<style>
a { background-color: #A20FBC; }
a { background-color: rgb(162,15,188); }
div.DivClassName
{
background-color: #A20FBC;
}
.BgClassName
{
background-color: #A20FBC;
}
</style>
border-color css
<style>
span { border-color: #A20FBC; }
span { border-color: rgb(162,15,188); }
td.TdClassName
{
border-color: #A20FBC;
}
.TagClassName
{
border-color: #A20FBC;
}
</style>