Shades of Dark Orchid #A035DC
Tints of Dark Orchid #A035DC
RGB
CMYK
RGB Variations
Color information
#A035DC (or 0xA035DC) is known color: Dark Orchid. HEX triplet: A0, 35 and DC. RGB value is (160,53,220). Sum of RGB (Red+Green+Blue) = 160+53+220=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A035DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035DC is #5FCA23. Grayscale: #676767. Windows color (decimal): -6277668 or 14431648. OLE color: 14431648.
HSL color Cylindrical-coordinate representation of color #A035DC: hue angle of 278.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A035DC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 53 | 220 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.14 |
| HSL | 278.44º | 0.7% | 0.54% | - |
| HSV(B) | 278.44º | 0.76% | 0.86% | - |
| XYZ | 28.69 | 15.19 | 69.13 | - |
| YUV | 104.03 | 193.45 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 220 | 0.27 | 0.76 | 0 | 0.14 | 278.44 | 0.7 | 0.54 |
| Hex | A0 | 35 | DC | 1B | 4C | 0 | E | 116 | 46 | 36 |
| Octal | 240 | 65 | 334 | 33 | 114 | 0 | 16 | 426 | 106 | 66 |
| Binary | 10100000 | 110101 | 11011100 | 11011 | 1001100 | 0 | 1110 | 100010110 | 1000110 | 110110 |
Color Harmonies of #A035DC
Complementary color
Monochromatic Colors of #A035DC
Black with #A035DC
Text Example
Text Example
White with #A035DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035DC; }
p { color: rgb(160,53,220); }
H1.HeaderClassName
{
color: #A035DC;
}
.AnyTagClassName
{
color: #A035DC;
}
</style>
background-color css
<style>
a { background-color: #A035DC; }
a { background-color: rgb(160,53,220); }
div.DivClassName
{
background-color: #A035DC;
}
.BgClassName
{
background-color: #A035DC;
}
</style>
border-color css
<style>
span { border-color: #A035DC; }
span { border-color: rgb(160,53,220); }
td.TdClassName
{
border-color: #A035DC;
}
.TagClassName
{
border-color: #A035DC;
}
</style>