Shades of Dark Orchid #A038DB
Tints of Dark Orchid #A038DB
RGB
CMYK
RGB Variations
Color information
#A038DB (or 0xA038DB) is known color: Dark Orchid. HEX triplet: A0, 38 and DB. RGB value is (160,56,219). Sum of RGB (Red+Green+Blue) = 160+56+219=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A038DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038DB is #5FC724. Grayscale: #696969. Windows color (decimal): -6276901 or 14366880. OLE color: 14366880.
HSL color Cylindrical-coordinate representation of color #A038DB: hue angle of 278.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A038DB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 56 | 219 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.14 |
| HSL | 278.28º | 0.69% | 0.54% | - |
| HSV(B) | 278.28º | 0.74% | 0.86% | - |
| XYZ | 28.7 | 15.42 | 68.48 | - |
| YUV | 105.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 219 | 0.27 | 0.74 | 0 | 0.14 | 278.28 | 0.69 | 0.54 |
| Hex | A0 | 38 | DB | 1B | 4A | 0 | E | 116 | 45 | 36 |
| Octal | 240 | 70 | 333 | 33 | 112 | 0 | 16 | 426 | 105 | 66 |
| Binary | 10100000 | 111000 | 11011011 | 11011 | 1001010 | 0 | 1110 | 100010110 | 1000101 | 110110 |
Color Harmonies of #A038DB
Complementary color
Monochromatic Colors of #A038DB
Black with #A038DB
Text Example
Text Example
White with #A038DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038DB; }
p { color: rgb(160,56,219); }
H1.HeaderClassName
{
color: #A038DB;
}
.AnyTagClassName
{
color: #A038DB;
}
</style>
background-color css
<style>
a { background-color: #A038DB; }
a { background-color: rgb(160,56,219); }
div.DivClassName
{
background-color: #A038DB;
}
.BgClassName
{
background-color: #A038DB;
}
</style>
border-color css
<style>
span { border-color: #A038DB; }
span { border-color: rgb(160,56,219); }
td.TdClassName
{
border-color: #A038DB;
}
.TagClassName
{
border-color: #A038DB;
}
</style>