Shades of Dark Orchid #A139D0
Tints of Dark Orchid #A139D0
RGB
CMYK
RGB Variations
Color information
#A139D0 (or 0xA139D0) is known color: Dark Orchid. HEX triplet: A1, 39 and D0. RGB value is (161,57,208). Sum of RGB (Red+Green+Blue) = 161+57+208=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #A139D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139D0 is #5EC62F. Grayscale: #686868. Windows color (decimal): -6211120 or 13646241. OLE color: 13646241.
HSL color Cylindrical-coordinate representation of color #A139D0: hue angle of 281.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A139D0 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 57 | 208 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.18 |
| HSL | 281.32º | 0.62% | 0.52% | - |
| HSV(B) | 281.32º | 0.73% | 0.82% | - |
| XYZ | 27.55 | 15.06 | 61.13 | - |
| YUV | 105.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 208 | 0.23 | 0.73 | 0 | 0.18 | 281.32 | 0.62 | 0.52 |
| Hex | A1 | 39 | D0 | 17 | 49 | 0 | 12 | 119 | 3E | 34 |
| Octal | 241 | 71 | 320 | 27 | 111 | 0 | 22 | 431 | 76 | 64 |
| Binary | 10100001 | 111001 | 11010000 | 10111 | 1001001 | 0 | 10010 | 100011001 | 111110 | 110100 |
Color Harmonies of #A139D0
Complementary color
Monochromatic Colors of #A139D0
Black with #A139D0
Text Example
Text Example
White with #A139D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139D0; }
p { color: rgb(161,57,208); }
H1.HeaderClassName
{
color: #A139D0;
}
.AnyTagClassName
{
color: #A139D0;
}
</style>
background-color css
<style>
a { background-color: #A139D0; }
a { background-color: rgb(161,57,208); }
div.DivClassName
{
background-color: #A139D0;
}
.BgClassName
{
background-color: #A139D0;
}
</style>
border-color css
<style>
span { border-color: #A139D0; }
span { border-color: rgb(161,57,208); }
td.TdClassName
{
border-color: #A139D0;
}
.TagClassName
{
border-color: #A139D0;
}
</style>