Shades of Dark Violet #A809CF
Tints of Dark Violet #A809CF
RGB
CMYK
RGB Variations
Color information
#A809CF (or 0xA809CF) is known color: Dark Violet. HEX triplet: A8, 09 and CF. RGB value is (168,9,207). Sum of RGB (Red+Green+Blue) = 168+9+207=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A809CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809CF is #57F630. Grayscale: #4E4E4E. Windows color (decimal): -5764657 or 13568424. OLE color: 13568424.
HSL color Cylindrical-coordinate representation of color #A809CF: hue angle of 288.18º 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 #A809CF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 9 | 207 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.19 |
| HSL | 288.18º | 0.92% | 0.42% | - |
| HSV(B) | 288.18º | 0.96% | 0.81% | - |
| XYZ | 27.51 | 13.03 | 60.1 | - |
| YUV | 79.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 207 | 0.19 | 0.96 | 0 | 0.19 | 288.18 | 0.92 | 0.42 |
| Hex | A8 | 9 | CF | 13 | 60 | 0 | 13 | 120 | 5C | 2A |
| Octal | 250 | 11 | 317 | 23 | 140 | 0 | 23 | 440 | 134 | 52 |
| Binary | 10101000 | 1001 | 11001111 | 10011 | 1100000 | 0 | 10011 | 100100000 | 1011100 | 101010 |
Color Harmonies of #A809CF
Complementary color
Monochromatic Colors of #A809CF
Black with #A809CF
Text Example
Text Example
White with #A809CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809CF; }
p { color: rgb(168,9,207); }
H1.HeaderClassName
{
color: #A809CF;
}
.AnyTagClassName
{
color: #A809CF;
}
</style>
background-color css
<style>
a { background-color: #A809CF; }
a { background-color: rgb(168,9,207); }
div.DivClassName
{
background-color: #A809CF;
}
.BgClassName
{
background-color: #A809CF;
}
</style>
border-color css
<style>
span { border-color: #A809CF; }
span { border-color: rgb(168,9,207); }
td.TdClassName
{
border-color: #A809CF;
}
.TagClassName
{
border-color: #A809CF;
}
</style>