Shades of Dark Violet #A207B9
Tints of Dark Violet #A207B9
RGB
CMYK
RGB Variations
Color information
#A207B9 (or 0xA207B9) is known color: Dark Violet. HEX triplet: A2, 07 and B9. RGB value is (162,7,185). Sum of RGB (Red+Green+Blue) = 162+7+185=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #A207B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207B9 is #5DF846. Grayscale: #494949. Windows color (decimal): -6158407 or 12126114. OLE color: 12126114.
HSL color Cylindrical-coordinate representation of color #A207B9: hue angle of 292.25º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A207B9 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 7 | 185 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.27 |
| HSL | 292.25º | 0.93% | 0.38% | - |
| HSV(B) | 292.25º | 0.96% | 0.73% | - |
| XYZ | 23.73 | 11.34 | 46.84 | - |
| YUV | 73.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 185 | 0.12 | 0.96 | 0 | 0.27 | 292.25 | 0.93 | 0.38 |
| Hex | A2 | 7 | B9 | C | 60 | 0 | 1B | 124 | 5D | 26 |
| Octal | 242 | 7 | 271 | 14 | 140 | 0 | 33 | 444 | 135 | 46 |
| Binary | 10100010 | 111 | 10111001 | 1100 | 1100000 | 0 | 11011 | 100100100 | 1011101 | 100110 |
Color Harmonies of #A207B9
Complementary color
Monochromatic Colors of #A207B9
Black with #A207B9
Text Example
Text Example
White with #A207B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207B9; }
p { color: rgb(162,7,185); }
H1.HeaderClassName
{
color: #A207B9;
}
.AnyTagClassName
{
color: #A207B9;
}
</style>
background-color css
<style>
a { background-color: #A207B9; }
a { background-color: rgb(162,7,185); }
div.DivClassName
{
background-color: #A207B9;
}
.BgClassName
{
background-color: #A207B9;
}
</style>
border-color css
<style>
span { border-color: #A207B9; }
span { border-color: rgb(162,7,185); }
td.TdClassName
{
border-color: #A207B9;
}
.TagClassName
{
border-color: #A207B9;
}
</style>