Shades of Dark Violet #A403CE
Tints of Dark Violet #A403CE
RGB
CMYK
RGB Variations
Color information
#A403CE (or 0xA403CE) is known color: Dark Violet. HEX triplet: A4, 03 and CE. RGB value is (164,3,206). Sum of RGB (Red+Green+Blue) = 164+3+206=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #A403CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403CE is #5BFC31. Grayscale: #494949. Windows color (decimal): -6028338 or 13501348. OLE color: 13501348.
HSL color Cylindrical-coordinate representation of color #A403CE: hue angle of 287.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403CE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 3 | 206 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.19 |
| HSL | 287.59º | 0.97% | 0.41% | - |
| HSV(B) | 287.59º | 0.99% | 0.81% | - |
| XYZ | 26.48 | 12.41 | 59.39 | - |
| YUV | 74.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 206 | 0.20 | 0.99 | 0 | 0.19 | 287.59 | 0.97 | 0.41 |
| Hex | A4 | 3 | CE | 14 | 63 | 0 | 13 | 120 | 61 | 29 |
| Octal | 244 | 3 | 316 | 24 | 143 | 0 | 23 | 440 | 141 | 51 |
| Binary | 10100100 | 11 | 11001110 | 10100 | 1100011 | 0 | 10011 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A403CE
Complementary color
Monochromatic Colors of #A403CE
Black with #A403CE
Text Example
Text Example
White with #A403CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403CE; }
p { color: rgb(164,3,206); }
H1.HeaderClassName
{
color: #A403CE;
}
.AnyTagClassName
{
color: #A403CE;
}
</style>
background-color css
<style>
a { background-color: #A403CE; }
a { background-color: rgb(164,3,206); }
div.DivClassName
{
background-color: #A403CE;
}
.BgClassName
{
background-color: #A403CE;
}
</style>
border-color css
<style>
span { border-color: #A403CE; }
span { border-color: rgb(164,3,206); }
td.TdClassName
{
border-color: #A403CE;
}
.TagClassName
{
border-color: #A403CE;
}
</style>