Shades of Dark Violet #A403E6
Tints of Dark Violet #A403E6
RGB
CMYK
RGB Variations
Color information
#A403E6 (or 0xA403E6) is known color: Dark Violet. HEX triplet: A4, 03 and E6. RGB value is (164,3,230). Sum of RGB (Red+Green+Blue) = 164+3+230=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #A403E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403E6 is #5BFC19. Grayscale: #4C4C4C. Windows color (decimal): -6028314 or 15074212. OLE color: 15074212.
HSL color Cylindrical-coordinate representation of color #A403E6: hue angle of 282.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403E6 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 3 | 230 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.10 |
| HSL | 282.56º | 0.97% | 0.46% | - |
| HSV(B) | 282.56º | 0.99% | 0.9% | - |
| XYZ | 29.63 | 13.67 | 75.94 | - |
| YUV | 77.02 | 214.34 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 230 | 0.29 | 0.99 | 0 | 0.10 | 282.56 | 0.97 | 0.46 |
| Hex | A4 | 3 | E6 | 1D | 63 | 0 | A | 11B | 61 | 2E |
| Octal | 244 | 3 | 346 | 35 | 143 | 0 | 12 | 433 | 141 | 56 |
| Binary | 10100100 | 11 | 11100110 | 11101 | 1100011 | 0 | 1010 | 100011011 | 1100001 | 101110 |
Color Harmonies of #A403E6
Complementary color
Monochromatic Colors of #A403E6
Black with #A403E6
Text Example
Text Example
White with #A403E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403E6; }
p { color: rgb(164,3,230); }
H1.HeaderClassName
{
color: #A403E6;
}
.AnyTagClassName
{
color: #A403E6;
}
</style>
background-color css
<style>
a { background-color: #A403E6; }
a { background-color: rgb(164,3,230); }
div.DivClassName
{
background-color: #A403E6;
}
.BgClassName
{
background-color: #A403E6;
}
</style>
border-color css
<style>
span { border-color: #A403E6; }
span { border-color: rgb(164,3,230); }
td.TdClassName
{
border-color: #A403E6;
}
.TagClassName
{
border-color: #A403E6;
}
</style>