Shades of Dark Violet #A407ED
Tints of Dark Violet #A407ED
RGB
CMYK
RGB Variations
Color information
#A407ED (or 0xA407ED) is known color: Dark Violet. HEX triplet: A4, 07 and ED. RGB value is (164,7,237). Sum of RGB (Red+Green+Blue) = 164+7+237=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A407ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407ED is #5BF812. Grayscale: #4F4F4F. Windows color (decimal): -6027283 or 15533988. OLE color: 15533988.
HSL color Cylindrical-coordinate representation of color #A407ED: hue angle of 280.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407ED is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 7 | 237 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.07 |
| HSL | 280.96º | 0.94% | 0.48% | - |
| HSV(B) | 280.96º | 0.97% | 0.93% | - |
| XYZ | 30.67 | 14.16 | 81.24 | - |
| YUV | 80.16 | 216.51 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 237 | 0.31 | 0.97 | 0 | 0.07 | 280.96 | 0.94 | 0.48 |
| Hex | A4 | 7 | ED | 1F | 61 | 0 | 7 | 119 | 5E | 30 |
| Octal | 244 | 7 | 355 | 37 | 141 | 0 | 7 | 431 | 136 | 60 |
| Binary | 10100100 | 111 | 11101101 | 11111 | 1100001 | 0 | 111 | 100011001 | 1011110 | 110000 |
Color Harmonies of #A407ED
Complementary color
Monochromatic Colors of #A407ED
Black with #A407ED
Text Example
Text Example
White with #A407ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407ED; }
p { color: rgb(164,7,237); }
H1.HeaderClassName
{
color: #A407ED;
}
.AnyTagClassName
{
color: #A407ED;
}
</style>
background-color css
<style>
a { background-color: #A407ED; }
a { background-color: rgb(164,7,237); }
div.DivClassName
{
background-color: #A407ED;
}
.BgClassName
{
background-color: #A407ED;
}
</style>
border-color css
<style>
span { border-color: #A407ED; }
span { border-color: rgb(164,7,237); }
td.TdClassName
{
border-color: #A407ED;
}
.TagClassName
{
border-color: #A407ED;
}
</style>