Shades of Dark Violet #A807DA
Tints of Dark Violet #A807DA
RGB
CMYK
RGB Variations
Color information
#A807DA (or 0xA807DA) is known color: Dark Violet. HEX triplet: A8, 07 and DA. RGB value is (168,7,218). Sum of RGB (Red+Green+Blue) = 168+7+218=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #A807DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807DA is #57F825. Grayscale: #4E4E4E. Windows color (decimal): -5765158 or 14288808. OLE color: 14288808.
HSL color Cylindrical-coordinate representation of color #A807DA: hue angle of 285.78º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807DA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 7 | 218 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.15 |
| HSL | 285.78º | 0.94% | 0.44% | - |
| HSV(B) | 285.78º | 0.97% | 0.85% | - |
| XYZ | 28.88 | 13.54 | 67.42 | - |
| YUV | 79.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 218 | 0.23 | 0.97 | 0 | 0.15 | 285.78 | 0.94 | 0.44 |
| Hex | A8 | 7 | DA | 17 | 61 | 0 | F | 11E | 5E | 2C |
| Octal | 250 | 7 | 332 | 27 | 141 | 0 | 17 | 436 | 136 | 54 |
| Binary | 10101000 | 111 | 11011010 | 10111 | 1100001 | 0 | 1111 | 100011110 | 1011110 | 101100 |
Color Harmonies of #A807DA
Complementary color
Monochromatic Colors of #A807DA
Black with #A807DA
Text Example
Text Example
White with #A807DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807DA; }
p { color: rgb(168,7,218); }
H1.HeaderClassName
{
color: #A807DA;
}
.AnyTagClassName
{
color: #A807DA;
}
</style>
background-color css
<style>
a { background-color: #A807DA; }
a { background-color: rgb(168,7,218); }
div.DivClassName
{
background-color: #A807DA;
}
.BgClassName
{
background-color: #A807DA;
}
</style>
border-color css
<style>
span { border-color: #A807DA; }
span { border-color: rgb(168,7,218); }
td.TdClassName
{
border-color: #A807DA;
}
.TagClassName
{
border-color: #A807DA;
}
</style>