Shades of Dark Orchid #A549D0
Tints of Dark Orchid #A549D0
RGB
CMYK
RGB Variations
Color information
#A549D0 (or 0xA549D0) is known color: Dark Orchid. HEX triplet: A5, 49 and D0. RGB value is (165,73,208). Sum of RGB (Red+Green+Blue) = 165+73+208=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #A549D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549D0 is #5AB62F. Grayscale: #737373. Windows color (decimal): -5944880 or 13650341. OLE color: 13650341.
HSL color Cylindrical-coordinate representation of color #A549D0: hue angle of 280.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A549D0 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 73 | 208 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.18 |
| HSL | 280.89º | 0.59% | 0.55% | - |
| HSV(B) | 280.89º | 0.65% | 0.82% | - |
| XYZ | 29.28 | 17.32 | 61.47 | - |
| YUV | 115.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 208 | 0.21 | 0.65 | 0 | 0.18 | 280.89 | 0.59 | 0.55 |
| Hex | A5 | 49 | D0 | 15 | 41 | 0 | 12 | 119 | 3B | 37 |
| Octal | 245 | 111 | 320 | 25 | 101 | 0 | 22 | 431 | 73 | 67 |
| Binary | 10100101 | 1001001 | 11010000 | 10101 | 1000001 | 0 | 10010 | 100011001 | 111011 | 110111 |
Color Harmonies of #A549D0
Complementary color
Monochromatic Colors of #A549D0
Black with #A549D0
Text Example
Text Example
White with #A549D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549D0; }
p { color: rgb(165,73,208); }
H1.HeaderClassName
{
color: #A549D0;
}
.AnyTagClassName
{
color: #A549D0;
}
</style>
background-color css
<style>
a { background-color: #A549D0; }
a { background-color: rgb(165,73,208); }
div.DivClassName
{
background-color: #A549D0;
}
.BgClassName
{
background-color: #A549D0;
}
</style>
border-color css
<style>
span { border-color: #A549D0; }
span { border-color: rgb(165,73,208); }
td.TdClassName
{
border-color: #A549D0;
}
.TagClassName
{
border-color: #A549D0;
}
</style>