Shades of Dark Orchid #A038CD
Tints of Dark Orchid #A038CD
RGB
CMYK
RGB Variations
Color information
#A038CD (or 0xA038CD) is known color: Dark Orchid. HEX triplet: A0, 38 and CD. RGB value is (160,56,205). Sum of RGB (Red+Green+Blue) = 160+56+205=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A038CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038CD is #5FC732. Grayscale: #676767. Windows color (decimal): -6276915 or 13449376. OLE color: 13449376.
HSL color Cylindrical-coordinate representation of color #A038CD: hue angle of 281.88º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A038CD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 56 | 205 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.20 |
| HSL | 281.88º | 0.6% | 0.51% | - |
| HSV(B) | 281.88º | 0.73% | 0.8% | - |
| XYZ | 26.93 | 14.71 | 59.18 | - |
| YUV | 104.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 205 | 0.22 | 0.73 | 0 | 0.20 | 281.88 | 0.6 | 0.51 |
| Hex | A0 | 38 | CD | 16 | 49 | 0 | 14 | 11A | 3C | 33 |
| Octal | 240 | 70 | 315 | 26 | 111 | 0 | 24 | 432 | 74 | 63 |
| Binary | 10100000 | 111000 | 11001101 | 10110 | 1001001 | 0 | 10100 | 100011010 | 111100 | 110011 |
Color Harmonies of #A038CD
Complementary color
Monochromatic Colors of #A038CD
Black with #A038CD
Text Example
Text Example
White with #A038CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038CD; }
p { color: rgb(160,56,205); }
H1.HeaderClassName
{
color: #A038CD;
}
.AnyTagClassName
{
color: #A038CD;
}
</style>
background-color css
<style>
a { background-color: #A038CD; }
a { background-color: rgb(160,56,205); }
div.DivClassName
{
background-color: #A038CD;
}
.BgClassName
{
background-color: #A038CD;
}
</style>
border-color css
<style>
span { border-color: #A038CD; }
span { border-color: rgb(160,56,205); }
td.TdClassName
{
border-color: #A038CD;
}
.TagClassName
{
border-color: #A038CD;
}
</style>