Shades of Dark Orchid #A920C9
Tints of Dark Orchid #A920C9
RGB
CMYK
RGB Variations
Color information
#A920C9 (or 0xA920C9) is known color: Dark Orchid. HEX triplet: A9, 20 and C9. RGB value is (169,32,201). Sum of RGB (Red+Green+Blue) = 169+32+201=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #A920C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920C9 is #56DF36. Grayscale: #5B5B5B. Windows color (decimal): -5693239 or 13181097. OLE color: 13181097.
HSL color Cylindrical-coordinate representation of color #A920C9: hue angle of 288.64º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A920C9 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 32 | 201 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.21 |
| HSL | 288.64º | 0.73% | 0.46% | - |
| HSV(B) | 288.64º | 0.84% | 0.79% | - |
| XYZ | 27.42 | 13.69 | 56.45 | - |
| YUV | 92.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 201 | 0.16 | 0.84 | 0 | 0.21 | 288.64 | 0.73 | 0.46 |
| Hex | A9 | 20 | C9 | 10 | 54 | 0 | 15 | 121 | 49 | 2E |
| Octal | 251 | 40 | 311 | 20 | 124 | 0 | 25 | 441 | 111 | 56 |
| Binary | 10101001 | 100000 | 11001001 | 10000 | 1010100 | 0 | 10101 | 100100001 | 1001001 | 101110 |
Color Harmonies of #A920C9
Complementary color
Monochromatic Colors of #A920C9
Black with #A920C9
Text Example
Text Example
White with #A920C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920C9; }
p { color: rgb(169,32,201); }
H1.HeaderClassName
{
color: #A920C9;
}
.AnyTagClassName
{
color: #A920C9;
}
</style>
background-color css
<style>
a { background-color: #A920C9; }
a { background-color: rgb(169,32,201); }
div.DivClassName
{
background-color: #A920C9;
}
.BgClassName
{
background-color: #A920C9;
}
</style>
border-color css
<style>
span { border-color: #A920C9; }
span { border-color: rgb(169,32,201); }
td.TdClassName
{
border-color: #A920C9;
}
.TagClassName
{
border-color: #A920C9;
}
</style>