Shades of Dark Orchid #A920CF
Tints of Dark Orchid #A920CF
RGB
CMYK
RGB Variations
Color information
#A920CF (or 0xA920CF) is known color: Dark Orchid. HEX triplet: A9, 20 and CF. RGB value is (169,32,207). Sum of RGB (Red+Green+Blue) = 169+32+207=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A920CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920CF is #56DF30. Grayscale: #5C5C5C. Windows color (decimal): -5693233 or 13574313. OLE color: 13574313.
HSL color Cylindrical-coordinate representation of color #A920CF: hue angle of 286.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A920CF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 32 | 207 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.19 |
| HSL | 286.97º | 0.73% | 0.47% | - |
| HSV(B) | 286.97º | 0.85% | 0.81% | - |
| XYZ | 28.14 | 13.97 | 60.25 | - |
| YUV | 92.91 | 192.39 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 207 | 0.18 | 0.85 | 0 | 0.19 | 286.97 | 0.73 | 0.47 |
| Hex | A9 | 20 | CF | 12 | 55 | 0 | 13 | 11F | 49 | 2F |
| Octal | 251 | 40 | 317 | 22 | 125 | 0 | 23 | 437 | 111 | 57 |
| Binary | 10101001 | 100000 | 11001111 | 10010 | 1010101 | 0 | 10011 | 100011111 | 1001001 | 101111 |
Color Harmonies of #A920CF
Complementary color
Monochromatic Colors of #A920CF
Black with #A920CF
Text Example
Text Example
White with #A920CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920CF; }
p { color: rgb(169,32,207); }
H1.HeaderClassName
{
color: #A920CF;
}
.AnyTagClassName
{
color: #A920CF;
}
</style>
background-color css
<style>
a { background-color: #A920CF; }
a { background-color: rgb(169,32,207); }
div.DivClassName
{
background-color: #A920CF;
}
.BgClassName
{
background-color: #A920CF;
}
</style>
border-color css
<style>
span { border-color: #A920CF; }
span { border-color: rgb(169,32,207); }
td.TdClassName
{
border-color: #A920CF;
}
.TagClassName
{
border-color: #A920CF;
}
</style>