Shades of Dark Violet #A807DD
Tints of Dark Violet #A807DD
RGB
CMYK
RGB Variations
Color information
#A807DD (or 0xA807DD) is known color: Dark Violet. HEX triplet: A8, 07 and DD. RGB value is (168,7,221). Sum of RGB (Red+Green+Blue) = 168+7+221=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #A807DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807DD is #57F822. Grayscale: #4E4E4E. Windows color (decimal): -5765155 or 14485416. OLE color: 14485416.
HSL color Cylindrical-coordinate representation of color #A807DD: hue angle of 285.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807DD is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 7 | 221 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285.14º | 0.94% | 0.45% | - |
| HSV(B) | 285.14º | 0.97% | 0.87% | - |
| XYZ | 29.28 | 13.7 | 69.51 | - |
| YUV | 79.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 221 | 0.24 | 0.97 | 0 | 0.13 | 285.14 | 0.94 | 0.45 |
| Hex | A8 | 7 | DD | 18 | 61 | 0 | D | 11D | 5E | 2D |
| Octal | 250 | 7 | 335 | 30 | 141 | 0 | 15 | 435 | 136 | 55 |
| Binary | 10101000 | 111 | 11011101 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011110 | 101101 |
Color Harmonies of #A807DD
Complementary color
Monochromatic Colors of #A807DD
Black with #A807DD
Text Example
Text Example
White with #A807DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807DD; }
p { color: rgb(168,7,221); }
H1.HeaderClassName
{
color: #A807DD;
}
.AnyTagClassName
{
color: #A807DD;
}
</style>
background-color css
<style>
a { background-color: #A807DD; }
a { background-color: rgb(168,7,221); }
div.DivClassName
{
background-color: #A807DD;
}
.BgClassName
{
background-color: #A807DD;
}
</style>
border-color css
<style>
span { border-color: #A807DD; }
span { border-color: rgb(168,7,221); }
td.TdClassName
{
border-color: #A807DD;
}
.TagClassName
{
border-color: #A807DD;
}
</style>