Shades of Dark Violet #A407D3
Tints of Dark Violet #A407D3
RGB
CMYK
RGB Variations
Color information
#A407D3 (or 0xA407D3) is known color: Dark Violet. HEX triplet: A4, 07 and D3. RGB value is (164,7,211). Sum of RGB (Red+Green+Blue) = 164+7+211=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #A407D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407D3 is #5BF82C. Grayscale: #4C4C4C. Windows color (decimal): -6027309 or 13830052. OLE color: 13830052.
HSL color Cylindrical-coordinate representation of color #A407D3: hue angle of 286.18º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407D3 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 7 | 211 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.17 |
| HSL | 286.18º | 0.94% | 0.43% | - |
| HSV(B) | 286.18º | 0.97% | 0.83% | - |
| XYZ | 27.14 | 12.75 | 62.66 | - |
| YUV | 77.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 211 | 0.22 | 0.97 | 0 | 0.17 | 286.18 | 0.94 | 0.43 |
| Hex | A4 | 7 | D3 | 16 | 61 | 0 | 11 | 11E | 5E | 2B |
| Octal | 244 | 7 | 323 | 26 | 141 | 0 | 21 | 436 | 136 | 53 |
| Binary | 10100100 | 111 | 11010011 | 10110 | 1100001 | 0 | 10001 | 100011110 | 1011110 | 101011 |
Color Harmonies of #A407D3
Complementary color
Monochromatic Colors of #A407D3
Black with #A407D3
Text Example
Text Example
White with #A407D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407D3; }
p { color: rgb(164,7,211); }
H1.HeaderClassName
{
color: #A407D3;
}
.AnyTagClassName
{
color: #A407D3;
}
</style>
background-color css
<style>
a { background-color: #A407D3; }
a { background-color: rgb(164,7,211); }
div.DivClassName
{
background-color: #A407D3;
}
.BgClassName
{
background-color: #A407D3;
}
</style>
border-color css
<style>
span { border-color: #A407D3; }
span { border-color: rgb(164,7,211); }
td.TdClassName
{
border-color: #A407D3;
}
.TagClassName
{
border-color: #A407D3;
}
</style>