Shades of Dark Orchid #A720DA
Tints of Dark Orchid #A720DA
RGB
CMYK
RGB Variations
Color information
#A720DA (or 0xA720DA) is known color: Dark Orchid. HEX triplet: A7, 20 and DA. RGB value is (167,32,218). Sum of RGB (Red+Green+Blue) = 167+32+218=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #A720DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720DA is #58DF25. Grayscale: #5C5C5C. Windows color (decimal): -5824294 or 14295207. OLE color: 14295207.
HSL color Cylindrical-coordinate representation of color #A720DA: hue angle of 283.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A720DA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 32 | 218 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.15 |
| HSL | 283.55º | 0.74% | 0.49% | - |
| HSV(B) | 283.55º | 0.85% | 0.85% | - |
| XYZ | 29.11 | 14.31 | 67.56 | - |
| YUV | 93.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 218 | 0.23 | 0.85 | 0 | 0.15 | 283.55 | 0.74 | 0.49 |
| Hex | A7 | 20 | DA | 17 | 55 | 0 | F | 11C | 4A | 31 |
| Octal | 247 | 40 | 332 | 27 | 125 | 0 | 17 | 434 | 112 | 61 |
| Binary | 10100111 | 100000 | 11011010 | 10111 | 1010101 | 0 | 1111 | 100011100 | 1001010 | 110001 |
Color Harmonies of #A720DA
Complementary color
Monochromatic Colors of #A720DA
Black with #A720DA
Text Example
Text Example
White with #A720DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A720DA; }
p { color: rgb(167,32,218); }
H1.HeaderClassName
{
color: #A720DA;
}
.AnyTagClassName
{
color: #A720DA;
}
</style>
background-color css
<style>
a { background-color: #A720DA; }
a { background-color: rgb(167,32,218); }
div.DivClassName
{
background-color: #A720DA;
}
.BgClassName
{
background-color: #A720DA;
}
</style>
border-color css
<style>
span { border-color: #A720DA; }
span { border-color: rgb(167,32,218); }
td.TdClassName
{
border-color: #A720DA;
}
.TagClassName
{
border-color: #A720DA;
}
</style>