Shades of Dark Violet #A407DB
Tints of Dark Violet #A407DB
RGB
CMYK
RGB Variations
Color information
#A407DB (or 0xA407DB) is known color: Dark Violet. HEX triplet: A4, 07 and DB. RGB value is (164,7,219). Sum of RGB (Red+Green+Blue) = 164+7+219=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #A407DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407DB is #5BF824. Grayscale: #4D4D4D. Windows color (decimal): -6027301 or 14354340. OLE color: 14354340.
HSL color Cylindrical-coordinate representation of color #A407DB: hue angle of 284.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407DB is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 7 | 219 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.14 |
| HSL | 284.43º | 0.94% | 0.44% | - |
| HSV(B) | 284.43º | 0.97% | 0.86% | - |
| XYZ | 28.17 | 13.16 | 68.07 | - |
| YUV | 78.11 | 207.51 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 219 | 0.25 | 0.97 | 0 | 0.14 | 284.43 | 0.94 | 0.44 |
| Hex | A4 | 7 | DB | 19 | 61 | 0 | E | 11C | 5E | 2C |
| Octal | 244 | 7 | 333 | 31 | 141 | 0 | 16 | 434 | 136 | 54 |
| Binary | 10100100 | 111 | 11011011 | 11001 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101100 |
Color Harmonies of #A407DB
Complementary color
Monochromatic Colors of #A407DB
Black with #A407DB
Text Example
Text Example
White with #A407DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407DB; }
p { color: rgb(164,7,219); }
H1.HeaderClassName
{
color: #A407DB;
}
.AnyTagClassName
{
color: #A407DB;
}
</style>
background-color css
<style>
a { background-color: #A407DB; }
a { background-color: rgb(164,7,219); }
div.DivClassName
{
background-color: #A407DB;
}
.BgClassName
{
background-color: #A407DB;
}
</style>
border-color css
<style>
span { border-color: #A407DB; }
span { border-color: rgb(164,7,219); }
td.TdClassName
{
border-color: #A407DB;
}
.TagClassName
{
border-color: #A407DB;
}
</style>