Shades of Dark Violet #A407BA
Tints of Dark Violet #A407BA
RGB
CMYK
RGB Variations
Color information
#A407BA (or 0xA407BA) is known color: Dark Violet. HEX triplet: A4, 07 and BA. RGB value is (164,7,186). Sum of RGB (Red+Green+Blue) = 164+7+186=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A407BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BA is #5BF845. Grayscale: #494949. Windows color (decimal): -6027334 or 12191652. OLE color: 12191652.
HSL color Cylindrical-coordinate representation of color #A407BA: hue angle of 292.63º 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 #A407BA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 7 | 186 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.27 |
| HSL | 292.63º | 0.93% | 0.38% | - |
| HSV(B) | 292.63º | 0.96% | 0.73% | - |
| XYZ | 24.25 | 11.59 | 47.41 | - |
| YUV | 74.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 186 | 0.12 | 0.96 | 0 | 0.27 | 292.63 | 0.93 | 0.38 |
| Hex | A4 | 7 | BA | C | 60 | 0 | 1B | 125 | 5D | 26 |
| Octal | 244 | 7 | 272 | 14 | 140 | 0 | 33 | 445 | 135 | 46 |
| Binary | 10100100 | 111 | 10111010 | 1100 | 1100000 | 0 | 11011 | 100100101 | 1011101 | 100110 |
Color Harmonies of #A407BA
Complementary color
Monochromatic Colors of #A407BA
Black with #A407BA
Text Example
Text Example
White with #A407BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407BA; }
p { color: rgb(164,7,186); }
H1.HeaderClassName
{
color: #A407BA;
}
.AnyTagClassName
{
color: #A407BA;
}
</style>
background-color css
<style>
a { background-color: #A407BA; }
a { background-color: rgb(164,7,186); }
div.DivClassName
{
background-color: #A407BA;
}
.BgClassName
{
background-color: #A407BA;
}
</style>
border-color css
<style>
span { border-color: #A407BA; }
span { border-color: rgb(164,7,186); }
td.TdClassName
{
border-color: #A407BA;
}
.TagClassName
{
border-color: #A407BA;
}
</style>