Shades of Dark Violet #A407B9
Tints of Dark Violet #A407B9
RGB
CMYK
RGB Variations
Color information
#A407B9 (or 0xA407B9) is known color: Dark Violet. HEX triplet: A4, 07 and B9. RGB value is (164,7,185). Sum of RGB (Red+Green+Blue) = 164+7+185=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A407B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407B9 is #5BF846. Grayscale: #494949. Windows color (decimal): -6027335 or 12126116. OLE color: 12126116.
HSL color Cylindrical-coordinate representation of color #A407B9: hue angle of 292.92º 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 #A407B9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 7 | 185 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.27 |
| HSL | 292.92º | 0.93% | 0.38% | - |
| HSV(B) | 292.92º | 0.96% | 0.73% | - |
| XYZ | 24.14 | 11.55 | 46.86 | - |
| YUV | 74.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 185 | 0.11 | 0.96 | 0 | 0.27 | 292.92 | 0.93 | 0.38 |
| Hex | A4 | 7 | B9 | B | 60 | 0 | 1B | 125 | 5D | 26 |
| Octal | 244 | 7 | 271 | 13 | 140 | 0 | 33 | 445 | 135 | 46 |
| Binary | 10100100 | 111 | 10111001 | 1011 | 1100000 | 0 | 11011 | 100100101 | 1011101 | 100110 |
Color Harmonies of #A407B9
Complementary color
Monochromatic Colors of #A407B9
Black with #A407B9
Text Example
Text Example
White with #A407B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407B9; }
p { color: rgb(164,7,185); }
H1.HeaderClassName
{
color: #A407B9;
}
.AnyTagClassName
{
color: #A407B9;
}
</style>
background-color css
<style>
a { background-color: #A407B9; }
a { background-color: rgb(164,7,185); }
div.DivClassName
{
background-color: #A407B9;
}
.BgClassName
{
background-color: #A407B9;
}
</style>
border-color css
<style>
span { border-color: #A407B9; }
span { border-color: rgb(164,7,185); }
td.TdClassName
{
border-color: #A407B9;
}
.TagClassName
{
border-color: #A407B9;
}
</style>