Shades of Dark Orchid #A038DF
Tints of Dark Orchid #A038DF
RGB
CMYK
RGB Variations
Color information
#A038DF (or 0xA038DF) is known color: Dark Orchid. HEX triplet: A0, 38 and DF. RGB value is (160,56,223). Sum of RGB (Red+Green+Blue) = 160+56+223=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A038DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038DF is #5FC720. Grayscale: #696969. Windows color (decimal): -6276897 or 14629024. OLE color: 14629024.
HSL color Cylindrical-coordinate representation of color #A038DF: hue angle of 277.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A038DF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 56 | 223 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.13 |
| HSL | 277.37º | 0.72% | 0.55% | - |
| HSV(B) | 277.37º | 0.75% | 0.87% | - |
| XYZ | 29.23 | 15.63 | 71.29 | - |
| YUV | 106.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 223 | 0.28 | 0.75 | 0 | 0.13 | 277.37 | 0.72 | 0.55 |
| Hex | A0 | 38 | DF | 1C | 4B | 0 | D | 115 | 48 | 37 |
| Octal | 240 | 70 | 337 | 34 | 113 | 0 | 15 | 425 | 110 | 67 |
| Binary | 10100000 | 111000 | 11011111 | 11100 | 1001011 | 0 | 1101 | 100010101 | 1001000 | 110111 |
Color Harmonies of #A038DF
Complementary color
Monochromatic Colors of #A038DF
Black with #A038DF
Text Example
Text Example
White with #A038DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038DF; }
p { color: rgb(160,56,223); }
H1.HeaderClassName
{
color: #A038DF;
}
.AnyTagClassName
{
color: #A038DF;
}
</style>
background-color css
<style>
a { background-color: #A038DF; }
a { background-color: rgb(160,56,223); }
div.DivClassName
{
background-color: #A038DF;
}
.BgClassName
{
background-color: #A038DF;
}
</style>
border-color css
<style>
span { border-color: #A038DF; }
span { border-color: rgb(160,56,223); }
td.TdClassName
{
border-color: #A038DF;
}
.TagClassName
{
border-color: #A038DF;
}
</style>