Shades of Dark Violet #A407CF
Tints of Dark Violet #A407CF
RGB
CMYK
RGB Variations
Color information
#A407CF (or 0xA407CF) is known color: Dark Violet. HEX triplet: A4, 07 and CF. RGB value is (164,7,207). Sum of RGB (Red+Green+Blue) = 164+7+207=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #A407CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407CF is #5BF830. Grayscale: #4C4C4C. Windows color (decimal): -6027313 or 13567908. OLE color: 13567908.
HSL color Cylindrical-coordinate representation of color #A407CF: hue angle of 287.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407CF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 7 | 207 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.19 |
| HSL | 287.1º | 0.93% | 0.42% | - |
| HSV(B) | 287.1º | 0.97% | 0.81% | - |
| XYZ | 26.65 | 12.55 | 60.05 | - |
| YUV | 76.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 207 | 0.21 | 0.97 | 0 | 0.19 | 287.1 | 0.93 | 0.42 |
| Hex | A4 | 7 | CF | 15 | 61 | 0 | 13 | 11F | 5D | 2A |
| Octal | 244 | 7 | 317 | 25 | 141 | 0 | 23 | 437 | 135 | 52 |
| Binary | 10100100 | 111 | 11001111 | 10101 | 1100001 | 0 | 10011 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A407CF
Complementary color
Monochromatic Colors of #A407CF
Black with #A407CF
Text Example
Text Example
White with #A407CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407CF; }
p { color: rgb(164,7,207); }
H1.HeaderClassName
{
color: #A407CF;
}
.AnyTagClassName
{
color: #A407CF;
}
</style>
background-color css
<style>
a { background-color: #A407CF; }
a { background-color: rgb(164,7,207); }
div.DivClassName
{
background-color: #A407CF;
}
.BgClassName
{
background-color: #A407CF;
}
</style>
border-color css
<style>
span { border-color: #A407CF; }
span { border-color: rgb(164,7,207); }
td.TdClassName
{
border-color: #A407CF;
}
.TagClassName
{
border-color: #A407CF;
}
</style>