Shades of Dark Violet #A403B9
Tints of Dark Violet #A403B9
RGB
CMYK
RGB Variations
Color information
#A403B9 (or 0xA403B9) is known color: Dark Violet. HEX triplet: A4, 03 and B9. RGB value is (164,3,185). Sum of RGB (Red+Green+Blue) = 164+3+185=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #A403B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403B9 is #5BFC46. Grayscale: #474747. Windows color (decimal): -6028359 or 12125092. OLE color: 12125092.
HSL color Cylindrical-coordinate representation of color #A403B9: hue angle of 293.08º 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 #A403B9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 3 | 185 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.27 |
| HSL | 293.08º | 0.97% | 0.37% | - |
| HSV(B) | 293.08º | 0.98% | 0.73% | - |
| XYZ | 24.1 | 11.46 | 46.84 | - |
| YUV | 71.89 | 191.84 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 185 | 0.11 | 0.98 | 0 | 0.27 | 293.08 | 0.97 | 0.37 |
| Hex | A4 | 3 | B9 | B | 62 | 0 | 1B | 125 | 61 | 25 |
| Octal | 244 | 3 | 271 | 13 | 142 | 0 | 33 | 445 | 141 | 45 |
| Binary | 10100100 | 11 | 10111001 | 1011 | 1100010 | 0 | 11011 | 100100101 | 1100001 | 100101 |
Color Harmonies of #A403B9
Complementary color
Monochromatic Colors of #A403B9
Black with #A403B9
Text Example
Text Example
White with #A403B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403B9; }
p { color: rgb(164,3,185); }
H1.HeaderClassName
{
color: #A403B9;
}
.AnyTagClassName
{
color: #A403B9;
}
</style>
background-color css
<style>
a { background-color: #A403B9; }
a { background-color: rgb(164,3,185); }
div.DivClassName
{
background-color: #A403B9;
}
.BgClassName
{
background-color: #A403B9;
}
</style>
border-color css
<style>
span { border-color: #A403B9; }
span { border-color: rgb(164,3,185); }
td.TdClassName
{
border-color: #A403B9;
}
.TagClassName
{
border-color: #A403B9;
}
</style>