Shades of Dark Violet #A205AF
Tints of Dark Violet #A205AF
RGB
CMYK
RGB Variations
Color information
#A205AF (or 0xA205AF) is known color: Dark Violet. HEX triplet: A2, 05 and AF. RGB value is (162,5,175). Sum of RGB (Red+Green+Blue) = 162+5+175=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #A205AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A205AF is #5DFA50. Grayscale: #464646. Windows color (decimal): -6158929 or 11470242. OLE color: 11470242.
HSL color Cylindrical-coordinate representation of color #A205AF: hue angle of 295.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205AF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 5 | 175 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.31 |
| HSL | 295.41º | 0.94% | 0.35% | - |
| HSV(B) | 295.41º | 0.97% | 0.69% | - |
| XYZ | 22.69 | 10.89 | 41.46 | - |
| YUV | 71.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 175 | 0.07 | 0.97 | 0 | 0.31 | 295.41 | 0.94 | 0.35 |
| Hex | A2 | 5 | AF | 7 | 61 | 0 | 1F | 127 | 5E | 23 |
| Octal | 242 | 5 | 257 | 7 | 141 | 0 | 37 | 447 | 136 | 43 |
| Binary | 10100010 | 101 | 10101111 | 111 | 1100001 | 0 | 11111 | 100100111 | 1011110 | 100011 |
Color Harmonies of #A205AF
Complementary color
Monochromatic Colors of #A205AF
Black with #A205AF
Text Example
Text Example
White with #A205AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205AF; }
p { color: rgb(162,5,175); }
H1.HeaderClassName
{
color: #A205AF;
}
.AnyTagClassName
{
color: #A205AF;
}
</style>
background-color css
<style>
a { background-color: #A205AF; }
a { background-color: rgb(162,5,175); }
div.DivClassName
{
background-color: #A205AF;
}
.BgClassName
{
background-color: #A205AF;
}
</style>
border-color css
<style>
span { border-color: #A205AF; }
span { border-color: rgb(162,5,175); }
td.TdClassName
{
border-color: #A205AF;
}
.TagClassName
{
border-color: #A205AF;
}
</style>