Shades of Dark Orchid #A139C8
Tints of Dark Orchid #A139C8
RGB
CMYK
RGB Variations
Color information
#A139C8 (or 0xA139C8) is known color: Dark Orchid. HEX triplet: A1, 39 and C8. RGB value is (161,57,200). Sum of RGB (Red+Green+Blue) = 161+57+200=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #A139C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C8 is #5EC637. Grayscale: #676767. Windows color (decimal): -6211128 or 13121953. OLE color: 13121953.
HSL color Cylindrical-coordinate representation of color #A139C8: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A139C8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 57 | 200 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.22 |
| HSL | 283.64º | 0.57% | 0.5% | - |
| HSV(B) | 283.64º | 0.72% | 0.78% | - |
| XYZ | 26.59 | 14.67 | 56.07 | - |
| YUV | 104.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 200 | 0.19 | 0.72 | 0 | 0.22 | 283.64 | 0.57 | 0.5 |
| Hex | A1 | 39 | C8 | 13 | 48 | 0 | 16 | 11C | 39 | 32 |
| Octal | 241 | 71 | 310 | 23 | 110 | 0 | 26 | 434 | 71 | 62 |
| Binary | 10100001 | 111001 | 11001000 | 10011 | 1001000 | 0 | 10110 | 100011100 | 111001 | 110010 |
Color Harmonies of #A139C8
Complementary color
Monochromatic Colors of #A139C8
Black with #A139C8
Text Example
Text Example
White with #A139C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139C8; }
p { color: rgb(161,57,200); }
H1.HeaderClassName
{
color: #A139C8;
}
.AnyTagClassName
{
color: #A139C8;
}
</style>
background-color css
<style>
a { background-color: #A139C8; }
a { background-color: rgb(161,57,200); }
div.DivClassName
{
background-color: #A139C8;
}
.BgClassName
{
background-color: #A139C8;
}
</style>
border-color css
<style>
span { border-color: #A139C8; }
span { border-color: rgb(161,57,200); }
td.TdClassName
{
border-color: #A139C8;
}
.TagClassName
{
border-color: #A139C8;
}
</style>