Shades of Dark Orchid #A048DB
Tints of Dark Orchid #A048DB
RGB
CMYK
RGB Variations
Color information
#A048DB (or 0xA048DB) is known color: Dark Orchid. HEX triplet: A0, 48 and DB. RGB value is (160,72,219). Sum of RGB (Red+Green+Blue) = 160+72+219=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A048DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048DB is #5FB724. Grayscale: #727272. Windows color (decimal): -6272805 or 14370976. OLE color: 14370976.
HSL color Cylindrical-coordinate representation of color #A048DB: hue angle of 275.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A048DB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 72 | 219 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.14 |
| HSL | 275.92º | 0.67% | 0.57% | - |
| HSV(B) | 275.92º | 0.67% | 0.86% | - |
| XYZ | 29.6 | 17.22 | 68.78 | - |
| YUV | 115.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 219 | 0.27 | 0.67 | 0 | 0.14 | 275.92 | 0.67 | 0.57 |
| Hex | A0 | 48 | DB | 1B | 43 | 0 | E | 114 | 43 | 39 |
| Octal | 240 | 110 | 333 | 33 | 103 | 0 | 16 | 424 | 103 | 71 |
| Binary | 10100000 | 1001000 | 11011011 | 11011 | 1000011 | 0 | 1110 | 100010100 | 1000011 | 111001 |
Color Harmonies of #A048DB
Complementary color
Monochromatic Colors of #A048DB
Black with #A048DB
Text Example
Text Example
White with #A048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048DB; }
p { color: rgb(160,72,219); }
H1.HeaderClassName
{
color: #A048DB;
}
.AnyTagClassName
{
color: #A048DB;
}
</style>
background-color css
<style>
a { background-color: #A048DB; }
a { background-color: rgb(160,72,219); }
div.DivClassName
{
background-color: #A048DB;
}
.BgClassName
{
background-color: #A048DB;
}
</style>
border-color css
<style>
span { border-color: #A048DB; }
span { border-color: rgb(160,72,219); }
td.TdClassName
{
border-color: #A048DB;
}
.TagClassName
{
border-color: #A048DB;
}
</style>