Shades of Dark Orchid #A920D0
Tints of Dark Orchid #A920D0
RGB
CMYK
RGB Variations
Color information
#A920D0 (or 0xA920D0) is known color: Dark Orchid. HEX triplet: A9, 20 and D0. RGB value is (169,32,208). Sum of RGB (Red+Green+Blue) = 169+32+208=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #A920D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920D0 is #56DF2F. Grayscale: #5C5C5C. Windows color (decimal): -5693232 or 13639849. OLE color: 13639849.
HSL color Cylindrical-coordinate representation of color #A920D0: hue angle of 286.7º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A920D0 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 32 | 208 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.18 |
| HSL | 286.7º | 0.73% | 0.47% | - |
| HSV(B) | 286.7º | 0.85% | 0.82% | - |
| XYZ | 28.26 | 14.02 | 60.89 | - |
| YUV | 93.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 208 | 0.19 | 0.85 | 0 | 0.18 | 286.7 | 0.73 | 0.47 |
| Hex | A9 | 20 | D0 | 13 | 55 | 0 | 12 | 11F | 49 | 2F |
| Octal | 251 | 40 | 320 | 23 | 125 | 0 | 22 | 437 | 111 | 57 |
| Binary | 10101001 | 100000 | 11010000 | 10011 | 1010101 | 0 | 10010 | 100011111 | 1001001 | 101111 |
Color Harmonies of #A920D0
Complementary color
Monochromatic Colors of #A920D0
Black with #A920D0
Text Example
Text Example
White with #A920D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920D0; }
p { color: rgb(169,32,208); }
H1.HeaderClassName
{
color: #A920D0;
}
.AnyTagClassName
{
color: #A920D0;
}
</style>
background-color css
<style>
a { background-color: #A920D0; }
a { background-color: rgb(169,32,208); }
div.DivClassName
{
background-color: #A920D0;
}
.BgClassName
{
background-color: #A920D0;
}
</style>
border-color css
<style>
span { border-color: #A920D0; }
span { border-color: rgb(169,32,208); }
td.TdClassName
{
border-color: #A920D0;
}
.TagClassName
{
border-color: #A920D0;
}
</style>