Shades of Dark Orchid #A922D0
Tints of Dark Orchid #A922D0
RGB
CMYK
RGB Variations
Color information
#A922D0 (or 0xA922D0) is known color: Dark Orchid. HEX triplet: A9, 22 and D0. RGB value is (169,34,208). Sum of RGB (Red+Green+Blue) = 169+34+208=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #A922D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922D0 is #56DD2F. Grayscale: #5D5D5D. Windows color (decimal): -5692720 or 13640361. OLE color: 13640361.
HSL color Cylindrical-coordinate representation of color #A922D0: hue angle of 286.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A922D0 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 34 | 208 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.18 |
| HSL | 286.55º | 0.72% | 0.47% | - |
| HSV(B) | 286.55º | 0.84% | 0.82% | - |
| XYZ | 28.32 | 14.13 | 60.91 | - |
| YUV | 94.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 208 | 0.19 | 0.84 | 0 | 0.18 | 286.55 | 0.72 | 0.47 |
| Hex | A9 | 22 | D0 | 13 | 54 | 0 | 12 | 11F | 48 | 2F |
| Octal | 251 | 42 | 320 | 23 | 124 | 0 | 22 | 437 | 110 | 57 |
| Binary | 10101001 | 100010 | 11010000 | 10011 | 1010100 | 0 | 10010 | 100011111 | 1001000 | 101111 |
Color Harmonies of #A922D0
Complementary color
Monochromatic Colors of #A922D0
Black with #A922D0
Text Example
Text Example
White with #A922D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922D0; }
p { color: rgb(169,34,208); }
H1.HeaderClassName
{
color: #A922D0;
}
.AnyTagClassName
{
color: #A922D0;
}
</style>
background-color css
<style>
a { background-color: #A922D0; }
a { background-color: rgb(169,34,208); }
div.DivClassName
{
background-color: #A922D0;
}
.BgClassName
{
background-color: #A922D0;
}
</style>
border-color css
<style>
span { border-color: #A922D0; }
span { border-color: rgb(169,34,208); }
td.TdClassName
{
border-color: #A922D0;
}
.TagClassName
{
border-color: #A922D0;
}
</style>