Shades of Dark Orchid #A03FCE
Tints of Dark Orchid #A03FCE
RGB
CMYK
RGB Variations
Color information
#A03FCE (or 0xA03FCE) is known color: Dark Orchid. HEX triplet: A0, 3F and CE. RGB value is (160,63,206). Sum of RGB (Red+Green+Blue) = 160+63+206=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A03FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FCE is #5FC031. Grayscale: #6B6B6B. Windows color (decimal): -6275122 or 13516704. OLE color: 13516704.
HSL color Cylindrical-coordinate representation of color #A03FCE: hue angle of 280.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03FCE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 63 | 206 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.19 |
| HSL | 280.7º | 0.59% | 0.53% | - |
| HSV(B) | 280.7º | 0.69% | 0.81% | - |
| XYZ | 27.42 | 15.48 | 59.94 | - |
| YUV | 108.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 206 | 0.22 | 0.69 | 0 | 0.19 | 280.7 | 0.59 | 0.53 |
| Hex | A0 | 3F | CE | 16 | 45 | 0 | 13 | 119 | 3B | 35 |
| Octal | 240 | 77 | 316 | 26 | 105 | 0 | 23 | 431 | 73 | 65 |
| Binary | 10100000 | 111111 | 11001110 | 10110 | 1000101 | 0 | 10011 | 100011001 | 111011 | 110101 |
Color Harmonies of #A03FCE
Complementary color
Monochromatic Colors of #A03FCE
Black with #A03FCE
Text Example
Text Example
White with #A03FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FCE; }
p { color: rgb(160,63,206); }
H1.HeaderClassName
{
color: #A03FCE;
}
.AnyTagClassName
{
color: #A03FCE;
}
</style>
background-color css
<style>
a { background-color: #A03FCE; }
a { background-color: rgb(160,63,206); }
div.DivClassName
{
background-color: #A03FCE;
}
.BgClassName
{
background-color: #A03FCE;
}
</style>
border-color css
<style>
span { border-color: #A03FCE; }
span { border-color: rgb(160,63,206); }
td.TdClassName
{
border-color: #A03FCE;
}
.TagClassName
{
border-color: #A03FCE;
}
</style>