Shades of Dark Violet #A407D7
Tints of Dark Violet #A407D7
RGB
CMYK
RGB Variations
Color information
#A407D7 (or 0xA407D7) is known color: Dark Violet. HEX triplet: A4, 07 and D7. RGB value is (164,7,215). Sum of RGB (Red+Green+Blue) = 164+7+215=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #A407D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407D7 is #5BF828. Grayscale: #4C4C4C. Windows color (decimal): -6027305 or 14092196. OLE color: 14092196.
HSL color Cylindrical-coordinate representation of color #A407D7: hue angle of 285.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407D7 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 7 | 215 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.16 |
| HSL | 285.29º | 0.94% | 0.44% | - |
| HSV(B) | 285.29º | 0.97% | 0.84% | - |
| XYZ | 27.65 | 12.95 | 65.33 | - |
| YUV | 77.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 215 | 0.24 | 0.97 | 0 | 0.16 | 285.29 | 0.94 | 0.44 |
| Hex | A4 | 7 | D7 | 18 | 61 | 0 | 10 | 11D | 5E | 2C |
| Octal | 244 | 7 | 327 | 30 | 141 | 0 | 20 | 435 | 136 | 54 |
| Binary | 10100100 | 111 | 11010111 | 11000 | 1100001 | 0 | 10000 | 100011101 | 1011110 | 101100 |
Color Harmonies of #A407D7
Complementary color
Monochromatic Colors of #A407D7
Black with #A407D7
Text Example
Text Example
White with #A407D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407D7; }
p { color: rgb(164,7,215); }
H1.HeaderClassName
{
color: #A407D7;
}
.AnyTagClassName
{
color: #A407D7;
}
</style>
background-color css
<style>
a { background-color: #A407D7; }
a { background-color: rgb(164,7,215); }
div.DivClassName
{
background-color: #A407D7;
}
.BgClassName
{
background-color: #A407D7;
}
</style>
border-color css
<style>
span { border-color: #A407D7; }
span { border-color: rgb(164,7,215); }
td.TdClassName
{
border-color: #A407D7;
}
.TagClassName
{
border-color: #A407D7;
}
</style>