Shades of Dark Orchid #A820CF
Tints of Dark Orchid #A820CF
RGB
CMYK
RGB Variations
Color information
#A820CF (or 0xA820CF) is known color: Dark Orchid. HEX triplet: A8, 20 and CF. RGB value is (168,32,207). Sum of RGB (Red+Green+Blue) = 168+32+207=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A820CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820CF is #57DF30. Grayscale: #5C5C5C. Windows color (decimal): -5758769 or 13574312. OLE color: 13574312.
HSL color Cylindrical-coordinate representation of color #A820CF: hue angle of 286.63º 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 #A820CF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 32 | 207 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.19 |
| HSL | 286.63º | 0.73% | 0.47% | - |
| HSV(B) | 286.63º | 0.85% | 0.81% | - |
| XYZ | 27.93 | 13.86 | 60.24 | - |
| YUV | 92.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 207 | 0.19 | 0.85 | 0 | 0.19 | 286.63 | 0.73 | 0.47 |
| Hex | A8 | 20 | CF | 13 | 55 | 0 | 13 | 11F | 49 | 2F |
| Octal | 250 | 40 | 317 | 23 | 125 | 0 | 23 | 437 | 111 | 57 |
| Binary | 10101000 | 100000 | 11001111 | 10011 | 1010101 | 0 | 10011 | 100011111 | 1001001 | 101111 |
Color Harmonies of #A820CF
Complementary color
Monochromatic Colors of #A820CF
Black with #A820CF
Text Example
Text Example
White with #A820CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820CF; }
p { color: rgb(168,32,207); }
H1.HeaderClassName
{
color: #A820CF;
}
.AnyTagClassName
{
color: #A820CF;
}
</style>
background-color css
<style>
a { background-color: #A820CF; }
a { background-color: rgb(168,32,207); }
div.DivClassName
{
background-color: #A820CF;
}
.BgClassName
{
background-color: #A820CF;
}
</style>
border-color css
<style>
span { border-color: #A820CF; }
span { border-color: rgb(168,32,207); }
td.TdClassName
{
border-color: #A820CF;
}
.TagClassName
{
border-color: #A820CF;
}
</style>