Shades of Dark Orchid #A939E1
Tints of Dark Orchid #A939E1
RGB
CMYK
RGB Variations
Color information
#A939E1 (or 0xA939E1) is known color: Dark Orchid. HEX triplet: A9, 39 and E1. RGB value is (169,57,225). Sum of RGB (Red+Green+Blue) = 169+57+225=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #A939E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A939E1 is #56C61E. Grayscale: #6D6D6D. Windows color (decimal): -5686815 or 14760361. OLE color: 14760361.
HSL color Cylindrical-coordinate representation of color #A939E1: hue angle of 280º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A939E1 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 57 | 225 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.12 |
| HSL | 280º | 0.74% | 0.55% | - |
| HSV(B) | 280º | 0.75% | 0.88% | - |
| XYZ | 31.42 | 16.8 | 72.82 | - |
| YUV | 109.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 225 | 0.25 | 0.75 | 0 | 0.12 | 280 | 0.74 | 0.55 |
| Hex | A9 | 39 | E1 | 19 | 4B | 0 | C | 118 | 4A | 37 |
| Octal | 251 | 71 | 341 | 31 | 113 | 0 | 14 | 430 | 112 | 67 |
| Binary | 10101001 | 111001 | 11100001 | 11001 | 1001011 | 0 | 1100 | 100011000 | 1001010 | 110111 |
Color Harmonies of #A939E1
Complementary color
Monochromatic Colors of #A939E1
Black with #A939E1
Text Example
Text Example
White with #A939E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939E1; }
p { color: rgb(169,57,225); }
H1.HeaderClassName
{
color: #A939E1;
}
.AnyTagClassName
{
color: #A939E1;
}
</style>
background-color css
<style>
a { background-color: #A939E1; }
a { background-color: rgb(169,57,225); }
div.DivClassName
{
background-color: #A939E1;
}
.BgClassName
{
background-color: #A939E1;
}
</style>
border-color css
<style>
span { border-color: #A939E1; }
span { border-color: rgb(169,57,225); }
td.TdClassName
{
border-color: #A939E1;
}
.TagClassName
{
border-color: #A939E1;
}
</style>