Shades of Dark Violet #A403BA
Tints of Dark Violet #A403BA
RGB
CMYK
RGB Variations
Color information
#A403BA (or 0xA403BA) is known color: Dark Violet. HEX triplet: A4, 03 and BA. RGB value is (164,3,186). Sum of RGB (Red+Green+Blue) = 164+3+186=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A403BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403BA is #5BFC45. Grayscale: #474747. Windows color (decimal): -6028358 or 12190628. OLE color: 12190628.
HSL color Cylindrical-coordinate representation of color #A403BA: hue angle of 292.79º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403BA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 3 | 186 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.27 |
| HSL | 292.79º | 0.97% | 0.37% | - |
| HSV(B) | 292.79º | 0.98% | 0.73% | - |
| XYZ | 24.21 | 11.5 | 47.4 | - |
| YUV | 72 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 186 | 0.12 | 0.98 | 0 | 0.27 | 292.79 | 0.97 | 0.37 |
| Hex | A4 | 3 | BA | C | 62 | 0 | 1B | 125 | 61 | 25 |
| Octal | 244 | 3 | 272 | 14 | 142 | 0 | 33 | 445 | 141 | 45 |
| Binary | 10100100 | 11 | 10111010 | 1100 | 1100010 | 0 | 11011 | 100100101 | 1100001 | 100101 |
Color Harmonies of #A403BA
Complementary color
Monochromatic Colors of #A403BA
Black with #A403BA
Text Example
Text Example
White with #A403BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403BA; }
p { color: rgb(164,3,186); }
H1.HeaderClassName
{
color: #A403BA;
}
.AnyTagClassName
{
color: #A403BA;
}
</style>
background-color css
<style>
a { background-color: #A403BA; }
a { background-color: rgb(164,3,186); }
div.DivClassName
{
background-color: #A403BA;
}
.BgClassName
{
background-color: #A403BA;
}
</style>
border-color css
<style>
span { border-color: #A403BA; }
span { border-color: rgb(164,3,186); }
td.TdClassName
{
border-color: #A403BA;
}
.TagClassName
{
border-color: #A403BA;
}
</style>