Shades of Dark Violet #A401CE
Tints of Dark Violet #A401CE
RGB
CMYK
RGB Variations
Color information
#A401CE (or 0xA401CE) is known color: Dark Violet. HEX triplet: A4, 01 and CE. RGB value is (164,1,206). Sum of RGB (Red+Green+Blue) = 164+1+206=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #A401CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401CE is #5BFE31. Grayscale: #484848. Windows color (decimal): -6028850 or 13500836. OLE color: 13500836.
HSL color Cylindrical-coordinate representation of color #A401CE: hue angle of 287.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401CE is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 1 | 206 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.19 |
| HSL | 287.71º | 0.99% | 0.41% | - |
| HSV(B) | 287.71º | 1% | 0.81% | - |
| XYZ | 26.46 | 12.37 | 59.39 | - |
| YUV | 73.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 206 | 0.20 | 1.00 | 0 | 0.19 | 287.71 | 0.99 | 0.41 |
| Hex | A4 | 1 | CE | 14 | 64 | 0 | 13 | 120 | 63 | 29 |
| Octal | 244 | 1 | 316 | 24 | 144 | 0 | 23 | 440 | 143 | 51 |
| Binary | 10100100 | 1 | 11001110 | 10100 | 1100100 | 0 | 10011 | 100100000 | 1100011 | 101001 |
Color Harmonies of #A401CE
Complementary color
Monochromatic Colors of #A401CE
Black with #A401CE
Text Example
Text Example
White with #A401CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401CE; }
p { color: rgb(164,1,206); }
H1.HeaderClassName
{
color: #A401CE;
}
.AnyTagClassName
{
color: #A401CE;
}
</style>
background-color css
<style>
a { background-color: #A401CE; }
a { background-color: rgb(164,1,206); }
div.DivClassName
{
background-color: #A401CE;
}
.BgClassName
{
background-color: #A401CE;
}
</style>
border-color css
<style>
span { border-color: #A401CE; }
span { border-color: rgb(164,1,206); }
td.TdClassName
{
border-color: #A401CE;
}
.TagClassName
{
border-color: #A401CE;
}
</style>