Shades of Dark Violet #A403D9
Tints of Dark Violet #A403D9
RGB
CMYK
RGB Variations
Color information
#A403D9 (or 0xA403D9) is known color: Dark Violet. HEX triplet: A4, 03 and D9. RGB value is (164,3,217). Sum of RGB (Red+Green+Blue) = 164+3+217=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #A403D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403D9 is #5BFC26. Grayscale: #4A4A4A. Windows color (decimal): -6028327 or 14222244. OLE color: 14222244.
HSL color Cylindrical-coordinate representation of color #A403D9: hue angle of 285.14º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403D9 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 3 | 217 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.15 |
| HSL | 285.14º | 0.97% | 0.43% | - |
| HSV(B) | 285.14º | 0.99% | 0.85% | - |
| XYZ | 27.87 | 12.97 | 66.68 | - |
| YUV | 75.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 217 | 0.24 | 0.99 | 0 | 0.15 | 285.14 | 0.97 | 0.43 |
| Hex | A4 | 3 | D9 | 18 | 63 | 0 | F | 11D | 61 | 2B |
| Octal | 244 | 3 | 331 | 30 | 143 | 0 | 17 | 435 | 141 | 53 |
| Binary | 10100100 | 11 | 11011001 | 11000 | 1100011 | 0 | 1111 | 100011101 | 1100001 | 101011 |
Color Harmonies of #A403D9
Complementary color
Monochromatic Colors of #A403D9
Black with #A403D9
Text Example
Text Example
White with #A403D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403D9; }
p { color: rgb(164,3,217); }
H1.HeaderClassName
{
color: #A403D9;
}
.AnyTagClassName
{
color: #A403D9;
}
</style>
background-color css
<style>
a { background-color: #A403D9; }
a { background-color: rgb(164,3,217); }
div.DivClassName
{
background-color: #A403D9;
}
.BgClassName
{
background-color: #A403D9;
}
</style>
border-color css
<style>
span { border-color: #A403D9; }
span { border-color: rgb(164,3,217); }
td.TdClassName
{
border-color: #A403D9;
}
.TagClassName
{
border-color: #A403D9;
}
</style>