Shades of Dark Orchid #A939BD
Tints of Dark Orchid #A939BD
RGB
CMYK
RGB Variations
Color information
#A939BD (or 0xA939BD) is known color: Dark Orchid. HEX triplet: A9, 39 and BD. RGB value is (169,57,189). Sum of RGB (Red+Green+Blue) = 169+57+189=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A939BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A939BD is #56C642. Grayscale: #696969. Windows color (decimal): -5686851 or 12401065. OLE color: 12401065.
HSL color Cylindrical-coordinate representation of color #A939BD: hue angle of 290.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A939BD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 57 | 189 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.26 |
| HSL | 290.91º | 0.54% | 0.48% | - |
| HSV(B) | 290.91º | 0.7% | 0.74% | - |
| XYZ | 27.01 | 15.04 | 49.62 | - |
| YUV | 105.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 189 | 0.11 | 0.70 | 0 | 0.26 | 290.91 | 0.54 | 0.48 |
| Hex | A9 | 39 | BD | B | 46 | 0 | 1A | 123 | 36 | 30 |
| Octal | 251 | 71 | 275 | 13 | 106 | 0 | 32 | 443 | 66 | 60 |
| Binary | 10101001 | 111001 | 10111101 | 1011 | 1000110 | 0 | 11010 | 100100011 | 110110 | 110000 |
Color Harmonies of #A939BD
Complementary color
Monochromatic Colors of #A939BD
Black with #A939BD
Text Example
Text Example
White with #A939BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939BD; }
p { color: rgb(169,57,189); }
H1.HeaderClassName
{
color: #A939BD;
}
.AnyTagClassName
{
color: #A939BD;
}
</style>
background-color css
<style>
a { background-color: #A939BD; }
a { background-color: rgb(169,57,189); }
div.DivClassName
{
background-color: #A939BD;
}
.BgClassName
{
background-color: #A939BD;
}
</style>
border-color css
<style>
span { border-color: #A939BD; }
span { border-color: rgb(169,57,189); }
td.TdClassName
{
border-color: #A939BD;
}
.TagClassName
{
border-color: #A939BD;
}
</style>