Shades of Dark Orchid #A139CA
Tints of Dark Orchid #A139CA
RGB
CMYK
RGB Variations
Color information
#A139CA (or 0xA139CA) is known color: Dark Orchid. HEX triplet: A1, 39 and CA. RGB value is (161,57,202). Sum of RGB (Red+Green+Blue) = 161+57+202=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #A139CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139CA is #5EC635. Grayscale: #686868. Windows color (decimal): -6211126 or 13253025. OLE color: 13253025.
HSL color Cylindrical-coordinate representation of color #A139CA: hue angle of 283.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A139CA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 57 | 202 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.21 |
| HSL | 283.03º | 0.58% | 0.51% | - |
| HSV(B) | 283.03º | 0.72% | 0.79% | - |
| XYZ | 26.82 | 14.77 | 57.31 | - |
| YUV | 104.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 202 | 0.20 | 0.72 | 0 | 0.21 | 283.03 | 0.58 | 0.51 |
| Hex | A1 | 39 | CA | 14 | 48 | 0 | 15 | 11B | 3A | 33 |
| Octal | 241 | 71 | 312 | 24 | 110 | 0 | 25 | 433 | 72 | 63 |
| Binary | 10100001 | 111001 | 11001010 | 10100 | 1001000 | 0 | 10101 | 100011011 | 111010 | 110011 |
Color Harmonies of #A139CA
Complementary color
Monochromatic Colors of #A139CA
Black with #A139CA
Text Example
Text Example
White with #A139CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139CA; }
p { color: rgb(161,57,202); }
H1.HeaderClassName
{
color: #A139CA;
}
.AnyTagClassName
{
color: #A139CA;
}
</style>
background-color css
<style>
a { background-color: #A139CA; }
a { background-color: rgb(161,57,202); }
div.DivClassName
{
background-color: #A139CA;
}
.BgClassName
{
background-color: #A139CA;
}
</style>
border-color css
<style>
span { border-color: #A139CA; }
span { border-color: rgb(161,57,202); }
td.TdClassName
{
border-color: #A139CA;
}
.TagClassName
{
border-color: #A139CA;
}
</style>