Shades of Dark Orchid #A038CE
Tints of Dark Orchid #A038CE
RGB
CMYK
RGB Variations
Color information
#A038CE (or 0xA038CE) is known color: Dark Orchid. HEX triplet: A0, 38 and CE. RGB value is (160,56,206). Sum of RGB (Red+Green+Blue) = 160+56+206=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A038CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038CE is #5FC731. Grayscale: #676767. Windows color (decimal): -6276914 or 13514912. OLE color: 13514912.
HSL color Cylindrical-coordinate representation of color #A038CE: hue angle of 281.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A038CE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 56 | 206 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.19 |
| HSL | 281.6º | 0.6% | 0.51% | - |
| HSV(B) | 281.6º | 0.73% | 0.81% | - |
| XYZ | 27.05 | 14.76 | 59.82 | - |
| YUV | 104.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 206 | 0.22 | 0.73 | 0 | 0.19 | 281.6 | 0.6 | 0.51 |
| Hex | A0 | 38 | CE | 16 | 49 | 0 | 13 | 11A | 3C | 33 |
| Octal | 240 | 70 | 316 | 26 | 111 | 0 | 23 | 432 | 74 | 63 |
| Binary | 10100000 | 111000 | 11001110 | 10110 | 1001001 | 0 | 10011 | 100011010 | 111100 | 110011 |
Color Harmonies of #A038CE
Complementary color
Monochromatic Colors of #A038CE
Black with #A038CE
Text Example
Text Example
White with #A038CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038CE; }
p { color: rgb(160,56,206); }
H1.HeaderClassName
{
color: #A038CE;
}
.AnyTagClassName
{
color: #A038CE;
}
</style>
background-color css
<style>
a { background-color: #A038CE; }
a { background-color: rgb(160,56,206); }
div.DivClassName
{
background-color: #A038CE;
}
.BgClassName
{
background-color: #A038CE;
}
</style>
border-color css
<style>
span { border-color: #A038CE; }
span { border-color: rgb(160,56,206); }
td.TdClassName
{
border-color: #A038CE;
}
.TagClassName
{
border-color: #A038CE;
}
</style>