Shades of Dark Orchid #A92ADD
Tints of Dark Orchid #A92ADD
RGB
CMYK
RGB Variations
Color information
#A92ADD (or 0xA92ADD) is known color: Dark Orchid. HEX triplet: A9, 2A and DD. RGB value is (169,42,221). Sum of RGB (Red+Green+Blue) = 169+42+221=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A92ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADD is #56D522. Grayscale: #636363. Windows color (decimal): -5690659 or 14494377. OLE color: 14494377.
HSL color Cylindrical-coordinate representation of color #A92ADD: hue angle of 282.57º degrees, saturation: 0.72, 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 #A92ADD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 42 | 221 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 282.57º | 0.72% | 0.52% | - |
| HSV(B) | 282.57º | 0.81% | 0.87% | - |
| XYZ | 30.24 | 15.31 | 69.77 | - |
| YUV | 100.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 221 | 0.24 | 0.81 | 0 | 0.13 | 282.57 | 0.72 | 0.52 |
| Hex | A9 | 2A | DD | 18 | 51 | 0 | D | 11B | 48 | 34 |
| Octal | 251 | 52 | 335 | 30 | 121 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101001 | 101010 | 11011101 | 11000 | 1010001 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #A92ADD
Complementary color
Monochromatic Colors of #A92ADD
Black with #A92ADD
Text Example
Text Example
White with #A92ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ADD; }
p { color: rgb(169,42,221); }
H1.HeaderClassName
{
color: #A92ADD;
}
.AnyTagClassName
{
color: #A92ADD;
}
</style>
background-color css
<style>
a { background-color: #A92ADD; }
a { background-color: rgb(169,42,221); }
div.DivClassName
{
background-color: #A92ADD;
}
.BgClassName
{
background-color: #A92ADD;
}
</style>
border-color css
<style>
span { border-color: #A92ADD; }
span { border-color: rgb(169,42,221); }
td.TdClassName
{
border-color: #A92ADD;
}
.TagClassName
{
border-color: #A92ADD;
}
</style>