Shades of Dark Violet #A403E9
Tints of Dark Violet #A403E9
RGB
CMYK
RGB Variations
Color information
#A403E9 (or 0xA403E9) is known color: Dark Violet. HEX triplet: A4, 03 and E9. RGB value is (164,3,233). Sum of RGB (Red+Green+Blue) = 164+3+233=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #A403E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403E9 is #5BFC16. Grayscale: #4C4C4C. Windows color (decimal): -6028311 or 15270820. OLE color: 15270820.
HSL color Cylindrical-coordinate representation of color #A403E9: hue angle of 282º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403E9 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 3 | 233 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.09 |
| HSL | 282º | 0.97% | 0.46% | - |
| HSV(B) | 282º | 0.99% | 0.91% | - |
| XYZ | 30.05 | 13.84 | 78.18 | - |
| YUV | 77.36 | 215.84 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 233 | 0.30 | 0.99 | 0 | 0.09 | 282 | 0.97 | 0.46 |
| Hex | A4 | 3 | E9 | 1E | 63 | 0 | 9 | 11A | 61 | 2E |
| Octal | 244 | 3 | 351 | 36 | 143 | 0 | 11 | 432 | 141 | 56 |
| Binary | 10100100 | 11 | 11101001 | 11110 | 1100011 | 0 | 1001 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A403E9
Complementary color
Monochromatic Colors of #A403E9
Black with #A403E9
Text Example
Text Example
White with #A403E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403E9; }
p { color: rgb(164,3,233); }
H1.HeaderClassName
{
color: #A403E9;
}
.AnyTagClassName
{
color: #A403E9;
}
</style>
background-color css
<style>
a { background-color: #A403E9; }
a { background-color: rgb(164,3,233); }
div.DivClassName
{
background-color: #A403E9;
}
.BgClassName
{
background-color: #A403E9;
}
</style>
border-color css
<style>
span { border-color: #A403E9; }
span { border-color: rgb(164,3,233); }
td.TdClassName
{
border-color: #A403E9;
}
.TagClassName
{
border-color: #A403E9;
}
</style>