Shades of Dark Violet #A403B7
Tints of Dark Violet #A403B7
RGB
CMYK
RGB Variations
Color information
#A403B7 (or 0xA403B7) is known color: Dark Violet. HEX triplet: A4, 03 and B7. RGB value is (164,3,183). Sum of RGB (Red+Green+Blue) = 164+3+183=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #A403B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403B7 is #5BFC48. Grayscale: #474747. Windows color (decimal): -6028361 or 11994020. OLE color: 11994020.
HSL color Cylindrical-coordinate representation of color #A403B7: hue angle of 293.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403B7 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 3 | 183 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.28 |
| HSL | 293.67º | 0.97% | 0.36% | - |
| HSV(B) | 293.67º | 0.98% | 0.72% | - |
| XYZ | 23.89 | 11.38 | 45.74 | - |
| YUV | 71.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 183 | 0.10 | 0.98 | 0 | 0.28 | 293.67 | 0.97 | 0.36 |
| Hex | A4 | 3 | B7 | A | 62 | 0 | 1C | 126 | 61 | 24 |
| Octal | 244 | 3 | 267 | 12 | 142 | 0 | 34 | 446 | 141 | 44 |
| Binary | 10100100 | 11 | 10110111 | 1010 | 1100010 | 0 | 11100 | 100100110 | 1100001 | 100100 |
Color Harmonies of #A403B7
Complementary color
Monochromatic Colors of #A403B7
Black with #A403B7
Text Example
Text Example
White with #A403B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403B7; }
p { color: rgb(164,3,183); }
H1.HeaderClassName
{
color: #A403B7;
}
.AnyTagClassName
{
color: #A403B7;
}
</style>
background-color css
<style>
a { background-color: #A403B7; }
a { background-color: rgb(164,3,183); }
div.DivClassName
{
background-color: #A403B7;
}
.BgClassName
{
background-color: #A403B7;
}
</style>
border-color css
<style>
span { border-color: #A403B7; }
span { border-color: rgb(164,3,183); }
td.TdClassName
{
border-color: #A403B7;
}
.TagClassName
{
border-color: #A403B7;
}
</style>