Shades of Dark Violet #A403D5
Tints of Dark Violet #A403D5
RGB
CMYK
RGB Variations
Color information
#A403D5 (or 0xA403D5) is known color: Dark Violet. HEX triplet: A4, 03 and D5. RGB value is (164,3,213). Sum of RGB (Red+Green+Blue) = 164+3+213=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #A403D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403D5 is #5BFC2A. Grayscale: #4A4A4A. Windows color (decimal): -6028331 or 13960100. OLE color: 13960100.
HSL color Cylindrical-coordinate representation of color #A403D5: hue angle of 286º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403D5 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 3 | 213 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.16 |
| HSL | 286º | 0.97% | 0.42% | - |
| HSV(B) | 286º | 0.99% | 0.84% | - |
| XYZ | 27.35 | 12.76 | 63.97 | - |
| YUV | 75.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 213 | 0.23 | 0.99 | 0 | 0.16 | 286 | 0.97 | 0.42 |
| Hex | A4 | 3 | D5 | 17 | 63 | 0 | 10 | 11E | 61 | 2A |
| Octal | 244 | 3 | 325 | 27 | 143 | 0 | 20 | 436 | 141 | 52 |
| Binary | 10100100 | 11 | 11010101 | 10111 | 1100011 | 0 | 10000 | 100011110 | 1100001 | 101010 |
Color Harmonies of #A403D5
Complementary color
Monochromatic Colors of #A403D5
Black with #A403D5
Text Example
Text Example
White with #A403D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403D5; }
p { color: rgb(164,3,213); }
H1.HeaderClassName
{
color: #A403D5;
}
.AnyTagClassName
{
color: #A403D5;
}
</style>
background-color css
<style>
a { background-color: #A403D5; }
a { background-color: rgb(164,3,213); }
div.DivClassName
{
background-color: #A403D5;
}
.BgClassName
{
background-color: #A403D5;
}
</style>
border-color css
<style>
span { border-color: #A403D5; }
span { border-color: rgb(164,3,213); }
td.TdClassName
{
border-color: #A403D5;
}
.TagClassName
{
border-color: #A403D5;
}
</style>