Shades of Dark Orchid #A048D0
Tints of Dark Orchid #A048D0
RGB
CMYK
RGB Variations
Color information
#A048D0 (or 0xA048D0) is known color: Dark Orchid. HEX triplet: A0, 48 and D0. RGB value is (160,72,208). Sum of RGB (Red+Green+Blue) = 160+72+208=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #A048D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048D0 is #5FB72F. Grayscale: #717171. Windows color (decimal): -6272816 or 13650080. OLE color: 13650080.
HSL color Cylindrical-coordinate representation of color #A048D0: hue angle of 278.82º 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 #A048D0 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 72 | 208 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.18 |
| HSL | 278.82º | 0.59% | 0.55% | - |
| HSV(B) | 278.82º | 0.65% | 0.82% | - |
| XYZ | 28.2 | 16.66 | 61.4 | - |
| YUV | 113.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 208 | 0.23 | 0.65 | 0 | 0.18 | 278.82 | 0.59 | 0.55 |
| Hex | A0 | 48 | D0 | 17 | 41 | 0 | 12 | 117 | 3B | 37 |
| Octal | 240 | 110 | 320 | 27 | 101 | 0 | 22 | 427 | 73 | 67 |
| Binary | 10100000 | 1001000 | 11010000 | 10111 | 1000001 | 0 | 10010 | 100010111 | 111011 | 110111 |
Color Harmonies of #A048D0
Complementary color
Monochromatic Colors of #A048D0
Black with #A048D0
Text Example
Text Example
White with #A048D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048D0; }
p { color: rgb(160,72,208); }
H1.HeaderClassName
{
color: #A048D0;
}
.AnyTagClassName
{
color: #A048D0;
}
</style>
background-color css
<style>
a { background-color: #A048D0; }
a { background-color: rgb(160,72,208); }
div.DivClassName
{
background-color: #A048D0;
}
.BgClassName
{
background-color: #A048D0;
}
</style>
border-color css
<style>
span { border-color: #A048D0; }
span { border-color: rgb(160,72,208); }
td.TdClassName
{
border-color: #A048D0;
}
.TagClassName
{
border-color: #A048D0;
}
</style>