Shades of Dark Orchid #A038CF
Tints of Dark Orchid #A038CF
RGB
CMYK
RGB Variations
Color information
#A038CF (or 0xA038CF) is known color: Dark Orchid. HEX triplet: A0, 38 and CF. RGB value is (160,56,207). Sum of RGB (Red+Green+Blue) = 160+56+207=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A038CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038CF is #5FC730. Grayscale: #676767. Windows color (decimal): -6276913 or 13580448. OLE color: 13580448.
HSL color Cylindrical-coordinate representation of color #A038CF: hue angle of 281.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A038CF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 56 | 207 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.19 |
| HSL | 281.32º | 0.61% | 0.52% | - |
| HSV(B) | 281.32º | 0.73% | 0.81% | - |
| XYZ | 27.17 | 14.81 | 60.46 | - |
| YUV | 104.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 207 | 0.23 | 0.73 | 0 | 0.19 | 281.32 | 0.61 | 0.52 |
| Hex | A0 | 38 | CF | 17 | 49 | 0 | 13 | 119 | 3D | 34 |
| Octal | 240 | 70 | 317 | 27 | 111 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10100000 | 111000 | 11001111 | 10111 | 1001001 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #A038CF
Complementary color
Monochromatic Colors of #A038CF
Black with #A038CF
Text Example
Text Example
White with #A038CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038CF; }
p { color: rgb(160,56,207); }
H1.HeaderClassName
{
color: #A038CF;
}
.AnyTagClassName
{
color: #A038CF;
}
</style>
background-color css
<style>
a { background-color: #A038CF; }
a { background-color: rgb(160,56,207); }
div.DivClassName
{
background-color: #A038CF;
}
.BgClassName
{
background-color: #A038CF;
}
</style>
border-color css
<style>
span { border-color: #A038CF; }
span { border-color: rgb(160,56,207); }
td.TdClassName
{
border-color: #A038CF;
}
.TagClassName
{
border-color: #A038CF;
}
</style>