Shades of Dark Violet #A409CF
Tints of Dark Violet #A409CF
RGB
CMYK
RGB Variations
Color information
#A409CF (or 0xA409CF) is known color: Dark Violet. HEX triplet: A4, 09 and CF. RGB value is (164,9,207). Sum of RGB (Red+Green+Blue) = 164+9+207=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A409CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409CF is #5BF630. Grayscale: #4D4D4D. Windows color (decimal): -6026801 or 13568420. OLE color: 13568420.
HSL color Cylindrical-coordinate representation of color #A409CF: hue angle of 286.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409CF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 9 | 207 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.19 |
| HSL | 286.97º | 0.92% | 0.42% | - |
| HSV(B) | 286.97º | 0.96% | 0.81% | - |
| XYZ | 26.67 | 12.59 | 60.06 | - |
| YUV | 77.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 207 | 0.21 | 0.96 | 0 | 0.19 | 286.97 | 0.92 | 0.42 |
| Hex | A4 | 9 | CF | 15 | 60 | 0 | 13 | 11F | 5C | 2A |
| Octal | 244 | 11 | 317 | 25 | 140 | 0 | 23 | 437 | 134 | 52 |
| Binary | 10100100 | 1001 | 11001111 | 10101 | 1100000 | 0 | 10011 | 100011111 | 1011100 | 101010 |
Color Harmonies of #A409CF
Complementary color
Monochromatic Colors of #A409CF
Black with #A409CF
Text Example
Text Example
White with #A409CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409CF; }
p { color: rgb(164,9,207); }
H1.HeaderClassName
{
color: #A409CF;
}
.AnyTagClassName
{
color: #A409CF;
}
</style>
background-color css
<style>
a { background-color: #A409CF; }
a { background-color: rgb(164,9,207); }
div.DivClassName
{
background-color: #A409CF;
}
.BgClassName
{
background-color: #A409CF;
}
</style>
border-color css
<style>
span { border-color: #A409CF; }
span { border-color: rgb(164,9,207); }
td.TdClassName
{
border-color: #A409CF;
}
.TagClassName
{
border-color: #A409CF;
}
</style>