Shades of Dark Violet #A20FAF
Tints of Dark Violet #A20FAF
RGB
CMYK
RGB Variations
Color information
#A20FAF (or 0xA20FAF) is known color: Dark Violet. HEX triplet: A2, 0F and AF. RGB value is (162,15,175). Sum of RGB (Red+Green+Blue) = 162+15+175=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #A20FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FAF is #5DF050. Grayscale: #4C4C4C. Windows color (decimal): -6156369 or 11472802. OLE color: 11472802.
HSL color Cylindrical-coordinate representation of color #A20FAF: hue angle of 295.12º 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 #A20FAF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 15 | 175 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.31 |
| HSL | 295.13º | 0.84% | 0.37% | - |
| HSV(B) | 295.13º | 0.91% | 0.69% | - |
| XYZ | 22.81 | 11.12 | 41.5 | - |
| YUV | 77.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 175 | 0.07 | 0.91 | 0 | 0.31 | 295.13 | 0.84 | 0.37 |
| Hex | A2 | F | AF | 7 | 5B | 0 | 1F | 127 | 54 | 25 |
| Octal | 242 | 17 | 257 | 7 | 133 | 0 | 37 | 447 | 124 | 45 |
| Binary | 10100010 | 1111 | 10101111 | 111 | 1011011 | 0 | 11111 | 100100111 | 1010100 | 100101 |
Color Harmonies of #A20FAF
Complementary color
Monochromatic Colors of #A20FAF
Black with #A20FAF
Text Example
Text Example
White with #A20FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FAF; }
p { color: rgb(162,15,175); }
H1.HeaderClassName
{
color: #A20FAF;
}
.AnyTagClassName
{
color: #A20FAF;
}
</style>
background-color css
<style>
a { background-color: #A20FAF; }
a { background-color: rgb(162,15,175); }
div.DivClassName
{
background-color: #A20FAF;
}
.BgClassName
{
background-color: #A20FAF;
}
</style>
border-color css
<style>
span { border-color: #A20FAF; }
span { border-color: rgb(162,15,175); }
td.TdClassName
{
border-color: #A20FAF;
}
.TagClassName
{
border-color: #A20FAF;
}
</style>