Shades of Dark Violet #A907D1
Tints of Dark Violet #A907D1
RGB
CMYK
RGB Variations
Color information
#A907D1 (or 0xA907D1) is known color: Dark Violet. HEX triplet: A9, 07 and D1. RGB value is (169,7,209). Sum of RGB (Red+Green+Blue) = 169+7+209=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #A907D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907D1 is #56F82E. Grayscale: #4D4D4D. Windows color (decimal): -5699631 or 13698985. OLE color: 13698985.
HSL color Cylindrical-coordinate representation of color #A907D1: hue angle of 288.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A907D1 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 7 | 209 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.18 |
| HSL | 288.12º | 0.94% | 0.42% | - |
| HSV(B) | 288.12º | 0.97% | 0.82% | - |
| XYZ | 27.95 | 13.19 | 61.39 | - |
| YUV | 78.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 209 | 0.19 | 0.97 | 0 | 0.18 | 288.12 | 0.94 | 0.42 |
| Hex | A9 | 7 | D1 | 13 | 61 | 0 | 12 | 120 | 5E | 2A |
| Octal | 251 | 7 | 321 | 23 | 141 | 0 | 22 | 440 | 136 | 52 |
| Binary | 10101001 | 111 | 11010001 | 10011 | 1100001 | 0 | 10010 | 100100000 | 1011110 | 101010 |
Color Harmonies of #A907D1
Complementary color
Monochromatic Colors of #A907D1
Black with #A907D1
Text Example
Text Example
White with #A907D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A907D1; }
p { color: rgb(169,7,209); }
H1.HeaderClassName
{
color: #A907D1;
}
.AnyTagClassName
{
color: #A907D1;
}
</style>
background-color css
<style>
a { background-color: #A907D1; }
a { background-color: rgb(169,7,209); }
div.DivClassName
{
background-color: #A907D1;
}
.BgClassName
{
background-color: #A907D1;
}
</style>
border-color css
<style>
span { border-color: #A907D1; }
span { border-color: rgb(169,7,209); }
td.TdClassName
{
border-color: #A907D1;
}
.TagClassName
{
border-color: #A907D1;
}
</style>