Shades of Dark Orchid #A027DD
Tints of Dark Orchid #A027DD
RGB
CMYK
RGB Variations
Color information
#A027DD (or 0xA027DD) is known color: Dark Orchid. HEX triplet: A0, 27 and DD. RGB value is (160,39,221). Sum of RGB (Red+Green+Blue) = 160+39+221=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A027DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027DD is #5FD822. Grayscale: #5F5F5F. Windows color (decimal): -6281251 or 14493600. OLE color: 14493600.
HSL color Cylindrical-coordinate representation of color #A027DD: hue angle of 279.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A027DD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 39 | 221 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.13 |
| HSL | 279.89º | 0.73% | 0.51% | - |
| HSV(B) | 279.89º | 0.82% | 0.87% | - |
| XYZ | 28.27 | 14.15 | 69.65 | - |
| YUV | 95.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 221 | 0.28 | 0.82 | 0 | 0.13 | 279.89 | 0.73 | 0.51 |
| Hex | A0 | 27 | DD | 1C | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 240 | 47 | 335 | 34 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100000 | 100111 | 11011101 | 11100 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A027DD
Complementary color
Monochromatic Colors of #A027DD
Black with #A027DD
Text Example
Text Example
White with #A027DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027DD; }
p { color: rgb(160,39,221); }
H1.HeaderClassName
{
color: #A027DD;
}
.AnyTagClassName
{
color: #A027DD;
}
</style>
background-color css
<style>
a { background-color: #A027DD; }
a { background-color: rgb(160,39,221); }
div.DivClassName
{
background-color: #A027DD;
}
.BgClassName
{
background-color: #A027DD;
}
</style>
border-color css
<style>
span { border-color: #A027DD; }
span { border-color: rgb(160,39,221); }
td.TdClassName
{
border-color: #A027DD;
}
.TagClassName
{
border-color: #A027DD;
}
</style>