Shades of Dark Orchid #A72ADE
Tints of Dark Orchid #A72ADE
RGB
CMYK
RGB Variations
Color information
#A72ADE (or 0xA72ADE) is known color: Dark Orchid. HEX triplet: A7, 2A and DE. RGB value is (167,42,222). Sum of RGB (Red+Green+Blue) = 167+42+222=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #A72ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ADE is #58D521. Grayscale: #636363. Windows color (decimal): -5821730 or 14559911. OLE color: 14559911.
HSL color Cylindrical-coordinate representation of color #A72ADE: hue angle of 281.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72ADE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 42 | 222 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.13 |
| HSL | 281.67º | 0.73% | 0.52% | - |
| HSV(B) | 281.67º | 0.81% | 0.87% | - |
| XYZ | 29.95 | 15.15 | 70.45 | - |
| YUV | 99.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 222 | 0.25 | 0.81 | 0 | 0.13 | 281.67 | 0.73 | 0.52 |
| Hex | A7 | 2A | DE | 19 | 51 | 0 | D | 11A | 49 | 34 |
| Octal | 247 | 52 | 336 | 31 | 121 | 0 | 15 | 432 | 111 | 64 |
| Binary | 10100111 | 101010 | 11011110 | 11001 | 1010001 | 0 | 1101 | 100011010 | 1001001 | 110100 |
Color Harmonies of #A72ADE
Complementary color
Monochromatic Colors of #A72ADE
Black with #A72ADE
Text Example
Text Example
White with #A72ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ADE; }
p { color: rgb(167,42,222); }
H1.HeaderClassName
{
color: #A72ADE;
}
.AnyTagClassName
{
color: #A72ADE;
}
</style>
background-color css
<style>
a { background-color: #A72ADE; }
a { background-color: rgb(167,42,222); }
div.DivClassName
{
background-color: #A72ADE;
}
.BgClassName
{
background-color: #A72ADE;
}
</style>
border-color css
<style>
span { border-color: #A72ADE; }
span { border-color: rgb(167,42,222); }
td.TdClassName
{
border-color: #A72ADE;
}
.TagClassName
{
border-color: #A72ADE;
}
</style>