Shades of Dark Violet #A700DA
Tints of Dark Violet #A700DA
RGB
CMYK
RGB Variations
Color information
#A700DA (or 0xA700DA) is known color: Dark Violet. HEX triplet: A7, 00 and DA. RGB value is (167,0,218). Sum of RGB (Red+Green+Blue) = 167+0+218=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #A700DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700DA is #58FF25. Grayscale: #4A4A4A. Windows color (decimal): -5832486 or 14287015. OLE color: 14287015.
HSL color Cylindrical-coordinate representation of color #A700DA: hue angle of 285.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700DA is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 0 | 218 | - |
| CMYK | 0.23 | 1 | 0 | 0.15 |
| HSL | 285.96º | 1% | 0.43% | - |
| HSV(B) | 285.96º | 1% | 0.85% | - |
| XYZ | 28.59 | 13.28 | 67.39 | - |
| YUV | 74.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 218 | 0.23 | 1 | 0 | 0.15 | 285.96 | 1 | 0.43 |
| Hex | A7 | 0 | DA | 17 | 64 | 0 | F | 11E | 64 | 2B |
| Octal | 247 | 0 | 332 | 27 | 144 | 0 | 17 | 436 | 144 | 53 |
| Binary | 10100111 | 0 | 11011010 | 10111 | 1100100 | 0 | 1111 | 100011110 | 1100100 | 101011 |
Color Harmonies of #A700DA
Complementary color
Monochromatic Colors of #A700DA
Black with #A700DA
Text Example
Text Example
White with #A700DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700DA; }
p { color: rgb(167,0,218); }
H1.HeaderClassName
{
color: #A700DA;
}
.AnyTagClassName
{
color: #A700DA;
}
</style>
background-color css
<style>
a { background-color: #A700DA; }
a { background-color: rgb(167,0,218); }
div.DivClassName
{
background-color: #A700DA;
}
.BgClassName
{
background-color: #A700DA;
}
</style>
border-color css
<style>
span { border-color: #A700DA; }
span { border-color: rgb(167,0,218); }
td.TdClassName
{
border-color: #A700DA;
}
.TagClassName
{
border-color: #A700DA;
}
</style>