Shades of Dark Orchid #A92ADE
Tints of Dark Orchid #A92ADE
RGB
CMYK
RGB Variations
Color information
#A92ADE (or 0xA92ADE) is known color: Dark Orchid. HEX triplet: A9, 2A and DE. RGB value is (169,42,222). Sum of RGB (Red+Green+Blue) = 169+42+222=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #A92ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADE is #56D521. Grayscale: #636363. Windows color (decimal): -5690658 or 14559913. OLE color: 14559913.
HSL color Cylindrical-coordinate representation of color #A92ADE: hue angle of 282.33º 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 #A92ADE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 42 | 222 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 282.33º | 0.73% | 0.52% | - |
| HSV(B) | 282.33º | 0.81% | 0.87% | - |
| XYZ | 30.37 | 15.36 | 70.47 | - |
| YUV | 100.49 | 196.58 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 222 | 0.24 | 0.81 | 0 | 0.13 | 282.33 | 0.73 | 0.52 |
| Hex | A9 | 2A | DE | 18 | 51 | 0 | D | 11A | 49 | 34 |
| Octal | 251 | 52 | 336 | 30 | 121 | 0 | 15 | 432 | 111 | 64 |
| Binary | 10101001 | 101010 | 11011110 | 11000 | 1010001 | 0 | 1101 | 100011010 | 1001001 | 110100 |
Color Harmonies of #A92ADE
Complementary color
Monochromatic Colors of #A92ADE
Black with #A92ADE
Text Example
Text Example
White with #A92ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ADE; }
p { color: rgb(169,42,222); }
H1.HeaderClassName
{
color: #A92ADE;
}
.AnyTagClassName
{
color: #A92ADE;
}
</style>
background-color css
<style>
a { background-color: #A92ADE; }
a { background-color: rgb(169,42,222); }
div.DivClassName
{
background-color: #A92ADE;
}
.BgClassName
{
background-color: #A92ADE;
}
</style>
border-color css
<style>
span { border-color: #A92ADE; }
span { border-color: rgb(169,42,222); }
td.TdClassName
{
border-color: #A92ADE;
}
.TagClassName
{
border-color: #A92ADE;
}
</style>