Shades of Dark Orchid #A027DB
Tints of Dark Orchid #A027DB
RGB
CMYK
RGB Variations
Color information
#A027DB (or 0xA027DB) is known color: Dark Orchid. HEX triplet: A0, 27 and DB. RGB value is (160,39,219). Sum of RGB (Red+Green+Blue) = 160+39+219=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A027DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027DB is #5FD824. Grayscale: #5F5F5F. Windows color (decimal): -6281253 or 14362528. OLE color: 14362528.
HSL color Cylindrical-coordinate representation of color #A027DB: hue angle of 280.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A027DB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 39 | 219 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.14 |
| HSL | 280.33º | 0.71% | 0.51% | - |
| HSV(B) | 280.33º | 0.82% | 0.86% | - |
| XYZ | 28.01 | 14.04 | 68.25 | - |
| YUV | 95.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 219 | 0.27 | 0.82 | 0 | 0.14 | 280.33 | 0.71 | 0.51 |
| Hex | A0 | 27 | DB | 1B | 52 | 0 | E | 118 | 47 | 33 |
| Octal | 240 | 47 | 333 | 33 | 122 | 0 | 16 | 430 | 107 | 63 |
| Binary | 10100000 | 100111 | 11011011 | 11011 | 1010010 | 0 | 1110 | 100011000 | 1000111 | 110011 |
Color Harmonies of #A027DB
Complementary color
Monochromatic Colors of #A027DB
Black with #A027DB
Text Example
Text Example
White with #A027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027DB; }
p { color: rgb(160,39,219); }
H1.HeaderClassName
{
color: #A027DB;
}
.AnyTagClassName
{
color: #A027DB;
}
</style>
background-color css
<style>
a { background-color: #A027DB; }
a { background-color: rgb(160,39,219); }
div.DivClassName
{
background-color: #A027DB;
}
.BgClassName
{
background-color: #A027DB;
}
</style>
border-color css
<style>
span { border-color: #A027DB; }
span { border-color: rgb(160,39,219); }
td.TdClassName
{
border-color: #A027DB;
}
.TagClassName
{
border-color: #A027DB;
}
</style>