Shades of Dark Orchid #A048DD
Tints of Dark Orchid #A048DD
RGB
CMYK
RGB Variations
Color information
#A048DD (or 0xA048DD) is known color: Dark Orchid. HEX triplet: A0, 48 and DD. RGB value is (160,72,221). Sum of RGB (Red+Green+Blue) = 160+72+221=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #A048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048DD is #5FB722. Grayscale: #727272. Windows color (decimal): -6272803 or 14502048. OLE color: 14502048.
HSL color Cylindrical-coordinate representation of color #A048DD: hue angle of 275.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A048DD is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 72 | 221 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.13 |
| HSL | 275.44º | 0.69% | 0.57% | - |
| HSV(B) | 275.44º | 0.67% | 0.87% | - |
| XYZ | 29.87 | 17.33 | 70.18 | - |
| YUV | 115.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 221 | 0.28 | 0.67 | 0 | 0.13 | 275.44 | 0.69 | 0.57 |
| Hex | A0 | 48 | DD | 1C | 43 | 0 | D | 113 | 45 | 39 |
| Octal | 240 | 110 | 335 | 34 | 103 | 0 | 15 | 423 | 105 | 71 |
| Binary | 10100000 | 1001000 | 11011101 | 11100 | 1000011 | 0 | 1101 | 100010011 | 1000101 | 111001 |
Color Harmonies of #A048DD
Complementary color
Monochromatic Colors of #A048DD
Black with #A048DD
Text Example
Text Example
White with #A048DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048DD; }
p { color: rgb(160,72,221); }
H1.HeaderClassName
{
color: #A048DD;
}
.AnyTagClassName
{
color: #A048DD;
}
</style>
background-color css
<style>
a { background-color: #A048DD; }
a { background-color: rgb(160,72,221); }
div.DivClassName
{
background-color: #A048DD;
}
.BgClassName
{
background-color: #A048DD;
}
</style>
border-color css
<style>
span { border-color: #A048DD; }
span { border-color: rgb(160,72,221); }
td.TdClassName
{
border-color: #A048DD;
}
.TagClassName
{
border-color: #A048DD;
}
</style>