Shades of Dark Violet #A407D0
Tints of Dark Violet #A407D0
RGB
CMYK
RGB Variations
Color information
#A407D0 (or 0xA407D0) is known color: Dark Violet. HEX triplet: A4, 07 and D0. RGB value is (164,7,208). Sum of RGB (Red+Green+Blue) = 164+7+208=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #A407D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407D0 is #5BF82F. Grayscale: #4C4C4C. Windows color (decimal): -6027312 or 13633444. OLE color: 13633444.
HSL color Cylindrical-coordinate representation of color #A407D0: hue angle of 286.87º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407D0 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 7 | 208 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.18 |
| HSL | 286.87º | 0.93% | 0.42% | - |
| HSV(B) | 286.87º | 0.97% | 0.82% | - |
| XYZ | 26.77 | 12.6 | 60.7 | - |
| YUV | 76.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 208 | 0.21 | 0.97 | 0 | 0.18 | 286.87 | 0.93 | 0.42 |
| Hex | A4 | 7 | D0 | 15 | 61 | 0 | 12 | 11F | 5D | 2A |
| Octal | 244 | 7 | 320 | 25 | 141 | 0 | 22 | 437 | 135 | 52 |
| Binary | 10100100 | 111 | 11010000 | 10101 | 1100001 | 0 | 10010 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A407D0
Complementary color
Monochromatic Colors of #A407D0
Black with #A407D0
Text Example
Text Example
White with #A407D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407D0; }
p { color: rgb(164,7,208); }
H1.HeaderClassName
{
color: #A407D0;
}
.AnyTagClassName
{
color: #A407D0;
}
</style>
background-color css
<style>
a { background-color: #A407D0; }
a { background-color: rgb(164,7,208); }
div.DivClassName
{
background-color: #A407D0;
}
.BgClassName
{
background-color: #A407D0;
}
</style>
border-color css
<style>
span { border-color: #A407D0; }
span { border-color: rgb(164,7,208); }
td.TdClassName
{
border-color: #A407D0;
}
.TagClassName
{
border-color: #A407D0;
}
</style>