Shades of Dark Orchid #A127DA
Tints of Dark Orchid #A127DA
RGB
CMYK
RGB Variations
Color information
#A127DA (or 0xA127DA) is known color: Dark Orchid. HEX triplet: A1, 27 and DA. RGB value is (161,39,218). Sum of RGB (Red+Green+Blue) = 161+39+218=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #A127DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127DA is #5ED825. Grayscale: #5F5F5F. Windows color (decimal): -6215718 or 14296993. OLE color: 14296993.
HSL color Cylindrical-coordinate representation of color #A127DA: hue angle of 280.89º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A127DA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 39 | 218 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.15 |
| HSL | 280.89º | 0.71% | 0.5% | - |
| HSV(B) | 280.89º | 0.82% | 0.85% | - |
| XYZ | 28.08 | 14.09 | 67.57 | - |
| YUV | 95.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 218 | 0.26 | 0.82 | 0 | 0.15 | 280.89 | 0.71 | 0.5 |
| Hex | A1 | 27 | DA | 1A | 52 | 0 | F | 119 | 47 | 32 |
| Octal | 241 | 47 | 332 | 32 | 122 | 0 | 17 | 431 | 107 | 62 |
| Binary | 10100001 | 100111 | 11011010 | 11010 | 1010010 | 0 | 1111 | 100011001 | 1000111 | 110010 |
Color Harmonies of #A127DA
Complementary color
Monochromatic Colors of #A127DA
Black with #A127DA
Text Example
Text Example
White with #A127DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127DA; }
p { color: rgb(161,39,218); }
H1.HeaderClassName
{
color: #A127DA;
}
.AnyTagClassName
{
color: #A127DA;
}
</style>
background-color css
<style>
a { background-color: #A127DA; }
a { background-color: rgb(161,39,218); }
div.DivClassName
{
background-color: #A127DA;
}
.BgClassName
{
background-color: #A127DA;
}
</style>
border-color css
<style>
span { border-color: #A127DA; }
span { border-color: rgb(161,39,218); }
td.TdClassName
{
border-color: #A127DA;
}
.TagClassName
{
border-color: #A127DA;
}
</style>