Shades of Dark Violet #A403BD
Tints of Dark Violet #A403BD
RGB
CMYK
RGB Variations
Color information
#A403BD (or 0xA403BD) is known color: Dark Violet. HEX triplet: A4, 03 and BD. RGB value is (164,3,189). Sum of RGB (Red+Green+Blue) = 164+3+189=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #A403BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403BD is #5BFC42. Grayscale: #474747. Windows color (decimal): -6028355 or 12387236. OLE color: 12387236.
HSL color Cylindrical-coordinate representation of color #A403BD: hue angle of 291.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403BD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 3 | 189 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.26 |
| HSL | 291.94º | 0.97% | 0.38% | - |
| HSV(B) | 291.94º | 0.98% | 0.74% | - |
| XYZ | 24.53 | 11.63 | 49.1 | - |
| YUV | 72.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 189 | 0.13 | 0.98 | 0 | 0.26 | 291.94 | 0.97 | 0.38 |
| Hex | A4 | 3 | BD | D | 62 | 0 | 1A | 124 | 61 | 26 |
| Octal | 244 | 3 | 275 | 15 | 142 | 0 | 32 | 444 | 141 | 46 |
| Binary | 10100100 | 11 | 10111101 | 1101 | 1100010 | 0 | 11010 | 100100100 | 1100001 | 100110 |
Color Harmonies of #A403BD
Complementary color
Monochromatic Colors of #A403BD
Black with #A403BD
Text Example
Text Example
White with #A403BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403BD; }
p { color: rgb(164,3,189); }
H1.HeaderClassName
{
color: #A403BD;
}
.AnyTagClassName
{
color: #A403BD;
}
</style>
background-color css
<style>
a { background-color: #A403BD; }
a { background-color: rgb(164,3,189); }
div.DivClassName
{
background-color: #A403BD;
}
.BgClassName
{
background-color: #A403BD;
}
</style>
border-color css
<style>
span { border-color: #A403BD; }
span { border-color: rgb(164,3,189); }
td.TdClassName
{
border-color: #A403BD;
}
.TagClassName
{
border-color: #A403BD;
}
</style>