Shades of Dark Orchid #A038BD
Tints of Dark Orchid #A038BD
RGB
CMYK
RGB Variations
Color information
#A038BD (or 0xA038BD) is known color: Dark Orchid. HEX triplet: A0, 38 and BD. RGB value is (160,56,189). Sum of RGB (Red+Green+Blue) = 160+56+189=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A038BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038BD is #5FC742. Grayscale: #656565. Windows color (decimal): -6276931 or 12400800. OLE color: 12400800.
HSL color Cylindrical-coordinate representation of color #A038BD: hue angle of 286.92º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A038BD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 56 | 189 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.26 |
| HSL | 286.92º | 0.54% | 0.48% | - |
| HSV(B) | 286.92º | 0.7% | 0.74% | - |
| XYZ | 25.1 | 13.98 | 49.52 | - |
| YUV | 102.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 189 | 0.15 | 0.70 | 0 | 0.26 | 286.92 | 0.54 | 0.48 |
| Hex | A0 | 38 | BD | F | 46 | 0 | 1A | 11F | 36 | 30 |
| Octal | 240 | 70 | 275 | 17 | 106 | 0 | 32 | 437 | 66 | 60 |
| Binary | 10100000 | 111000 | 10111101 | 1111 | 1000110 | 0 | 11010 | 100011111 | 110110 | 110000 |
Color Harmonies of #A038BD
Complementary color
Monochromatic Colors of #A038BD
Black with #A038BD
Text Example
Text Example
White with #A038BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038BD; }
p { color: rgb(160,56,189); }
H1.HeaderClassName
{
color: #A038BD;
}
.AnyTagClassName
{
color: #A038BD;
}
</style>
background-color css
<style>
a { background-color: #A038BD; }
a { background-color: rgb(160,56,189); }
div.DivClassName
{
background-color: #A038BD;
}
.BgClassName
{
background-color: #A038BD;
}
</style>
border-color css
<style>
span { border-color: #A038BD; }
span { border-color: rgb(160,56,189); }
td.TdClassName
{
border-color: #A038BD;
}
.TagClassName
{
border-color: #A038BD;
}
</style>