Shades of Dark Orchid #A027AD
Tints of Dark Orchid #A027AD
RGB
CMYK
RGB Variations
Color information
#A027AD (or 0xA027AD) is known color: Dark Orchid. HEX triplet: A0, 27 and AD. RGB value is (160,39,173). Sum of RGB (Red+Green+Blue) = 160+39+173=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #A027AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A027AD is #5FD852. Grayscale: #5A5A5A. Windows color (decimal): -6281299 or 11347872. OLE color: 11347872.
HSL color Cylindrical-coordinate representation of color #A027AD: hue angle of 294.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A027AD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 39 | 173 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.32 |
| HSL | 294.18º | 0.63% | 0.42% | - |
| HSV(B) | 294.18º | 0.77% | 0.68% | - |
| XYZ | 22.77 | 11.94 | 40.64 | - |
| YUV | 90.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 173 | 0.08 | 0.77 | 0 | 0.32 | 294.18 | 0.63 | 0.42 |
| Hex | A0 | 27 | AD | 8 | 4D | 0 | 20 | 126 | 3F | 2A |
| Octal | 240 | 47 | 255 | 10 | 115 | 0 | 40 | 446 | 77 | 52 |
| Binary | 10100000 | 100111 | 10101101 | 1000 | 1001101 | 0 | 100000 | 100100110 | 111111 | 101010 |
Color Harmonies of #A027AD
Complementary color
Monochromatic Colors of #A027AD
Black with #A027AD
Text Example
Text Example
White with #A027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027AD; }
p { color: rgb(160,39,173); }
H1.HeaderClassName
{
color: #A027AD;
}
.AnyTagClassName
{
color: #A027AD;
}
</style>
background-color css
<style>
a { background-color: #A027AD; }
a { background-color: rgb(160,39,173); }
div.DivClassName
{
background-color: #A027AD;
}
.BgClassName
{
background-color: #A027AD;
}
</style>
border-color css
<style>
span { border-color: #A027AD; }
span { border-color: rgb(160,39,173); }
td.TdClassName
{
border-color: #A027AD;
}
.TagClassName
{
border-color: #A027AD;
}
</style>