Shades of Dark Orchid #A127DB
Tints of Dark Orchid #A127DB
RGB
CMYK
RGB Variations
Color information
#A127DB (or 0xA127DB) is known color: Dark Orchid. HEX triplet: A1, 27 and DB. RGB value is (161,39,219). Sum of RGB (Red+Green+Blue) = 161+39+219=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A127DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127DB is #5ED824. Grayscale: #5F5F5F. Windows color (decimal): -6215717 or 14362529. OLE color: 14362529.
HSL color Cylindrical-coordinate representation of color #A127DB: hue angle of 280.67º 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 #A127DB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 39 | 219 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.14 |
| HSL | 280.67º | 0.71% | 0.51% | - |
| HSV(B) | 280.67º | 0.82% | 0.86% | - |
| XYZ | 28.21 | 14.14 | 68.26 | - |
| YUV | 96 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 219 | 0.26 | 0.82 | 0 | 0.14 | 280.67 | 0.71 | 0.51 |
| Hex | A1 | 27 | DB | 1A | 52 | 0 | E | 119 | 47 | 33 |
| Octal | 241 | 47 | 333 | 32 | 122 | 0 | 16 | 431 | 107 | 63 |
| Binary | 10100001 | 100111 | 11011011 | 11010 | 1010010 | 0 | 1110 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A127DB
Complementary color
Monochromatic Colors of #A127DB
Black with #A127DB
Text Example
Text Example
White with #A127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127DB; }
p { color: rgb(161,39,219); }
H1.HeaderClassName
{
color: #A127DB;
}
.AnyTagClassName
{
color: #A127DB;
}
</style>
background-color css
<style>
a { background-color: #A127DB; }
a { background-color: rgb(161,39,219); }
div.DivClassName
{
background-color: #A127DB;
}
.BgClassName
{
background-color: #A127DB;
}
</style>
border-color css
<style>
span { border-color: #A127DB; }
span { border-color: rgb(161,39,219); }
td.TdClassName
{
border-color: #A127DB;
}
.TagClassName
{
border-color: #A127DB;
}
</style>