Shades of Dark Violet #A401ED
Tints of Dark Violet #A401ED
RGB
CMYK
RGB Variations
Color information
#A401ED (or 0xA401ED) is known color: Dark Violet. HEX triplet: A4, 01 and ED. RGB value is (164,1,237). Sum of RGB (Red+Green+Blue) = 164+1+237=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #A401ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401ED is #5BFE12. Grayscale: #4B4B4B. Windows color (decimal): -6028819 or 15532452. OLE color: 15532452.
HSL color Cylindrical-coordinate representation of color #A401ED: hue angle of 281.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401ED is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 1 | 237 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.07 |
| HSL | 281.44º | 0.99% | 0.47% | - |
| HSV(B) | 281.44º | 1% | 0.93% | - |
| XYZ | 30.61 | 14.03 | 81.22 | - |
| YUV | 76.64 | 218.5 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 237 | 0.31 | 1.00 | 0 | 0.07 | 281.44 | 0.99 | 0.47 |
| Hex | A4 | 1 | ED | 1F | 64 | 0 | 7 | 119 | 63 | 2F |
| Octal | 244 | 1 | 355 | 37 | 144 | 0 | 7 | 431 | 143 | 57 |
| Binary | 10100100 | 1 | 11101101 | 11111 | 1100100 | 0 | 111 | 100011001 | 1100011 | 101111 |
Color Harmonies of #A401ED
Complementary color
Monochromatic Colors of #A401ED
Black with #A401ED
Text Example
Text Example
White with #A401ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401ED; }
p { color: rgb(164,1,237); }
H1.HeaderClassName
{
color: #A401ED;
}
.AnyTagClassName
{
color: #A401ED;
}
</style>
background-color css
<style>
a { background-color: #A401ED; }
a { background-color: rgb(164,1,237); }
div.DivClassName
{
background-color: #A401ED;
}
.BgClassName
{
background-color: #A401ED;
}
</style>
border-color css
<style>
span { border-color: #A401ED; }
span { border-color: rgb(164,1,237); }
td.TdClassName
{
border-color: #A401ED;
}
.TagClassName
{
border-color: #A401ED;
}
</style>