Shades of Dark Violet #A406CF
Tints of Dark Violet #A406CF
RGB
CMYK
RGB Variations
Color information
#A406CF (or 0xA406CF) is known color: Dark Violet. HEX triplet: A4, 06 and CF. RGB value is (164,6,207). Sum of RGB (Red+Green+Blue) = 164+6+207=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A406CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406CF is #5BF930. Grayscale: #4B4B4B. Windows color (decimal): -6027569 or 13567652. OLE color: 13567652.
HSL color Cylindrical-coordinate representation of color #A406CF: hue angle of 287.16º degrees, saturation: 0.94, 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 #A406CF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 6 | 207 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.19 |
| HSL | 287.16º | 0.94% | 0.42% | - |
| HSV(B) | 287.16º | 0.97% | 0.81% | - |
| XYZ | 26.64 | 12.53 | 60.05 | - |
| YUV | 76.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 207 | 0.21 | 0.97 | 0 | 0.19 | 287.16 | 0.94 | 0.42 |
| Hex | A4 | 6 | CF | 15 | 61 | 0 | 13 | 11F | 5E | 2A |
| Octal | 244 | 6 | 317 | 25 | 141 | 0 | 23 | 437 | 136 | 52 |
| Binary | 10100100 | 110 | 11001111 | 10101 | 1100001 | 0 | 10011 | 100011111 | 1011110 | 101010 |
Color Harmonies of #A406CF
Complementary color
Monochromatic Colors of #A406CF
Black with #A406CF
Text Example
Text Example
White with #A406CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406CF; }
p { color: rgb(164,6,207); }
H1.HeaderClassName
{
color: #A406CF;
}
.AnyTagClassName
{
color: #A406CF;
}
</style>
background-color css
<style>
a { background-color: #A406CF; }
a { background-color: rgb(164,6,207); }
div.DivClassName
{
background-color: #A406CF;
}
.BgClassName
{
background-color: #A406CF;
}
</style>
border-color css
<style>
span { border-color: #A406CF; }
span { border-color: rgb(164,6,207); }
td.TdClassName
{
border-color: #A406CF;
}
.TagClassName
{
border-color: #A406CF;
}
</style>