Shades of Dark Violet #A20FB8
Tints of Dark Violet #A20FB8
RGB
CMYK
RGB Variations
Color information
#A20FB8 (or 0xA20FB8) is known color: Dark Violet. HEX triplet: A2, 0F and B8. RGB value is (162,15,184). Sum of RGB (Red+Green+Blue) = 162+15+184=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #A20FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FB8 is #5DF047. Grayscale: #4D4D4D. Windows color (decimal): -6156360 or 12062626. OLE color: 12062626.
HSL color Cylindrical-coordinate representation of color #A20FB8: hue angle of 292.19º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FB8 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 15 | 184 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.28 |
| HSL | 292.19º | 0.85% | 0.39% | - |
| HSV(B) | 292.19º | 0.92% | 0.72% | - |
| XYZ | 23.72 | 11.48 | 46.31 | - |
| YUV | 78.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 184 | 0.12 | 0.92 | 0 | 0.28 | 292.19 | 0.85 | 0.39 |
| Hex | A2 | F | B8 | C | 5C | 0 | 1C | 124 | 55 | 27 |
| Octal | 242 | 17 | 270 | 14 | 134 | 0 | 34 | 444 | 125 | 47 |
| Binary | 10100010 | 1111 | 10111000 | 1100 | 1011100 | 0 | 11100 | 100100100 | 1010101 | 100111 |
Color Harmonies of #A20FB8
Complementary color
Monochromatic Colors of #A20FB8
Black with #A20FB8
Text Example
Text Example
White with #A20FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FB8; }
p { color: rgb(162,15,184); }
H1.HeaderClassName
{
color: #A20FB8;
}
.AnyTagClassName
{
color: #A20FB8;
}
</style>
background-color css
<style>
a { background-color: #A20FB8; }
a { background-color: rgb(162,15,184); }
div.DivClassName
{
background-color: #A20FB8;
}
.BgClassName
{
background-color: #A20FB8;
}
</style>
border-color css
<style>
span { border-color: #A20FB8; }
span { border-color: rgb(162,15,184); }
td.TdClassName
{
border-color: #A20FB8;
}
.TagClassName
{
border-color: #A20FB8;
}
</style>