Shades of Dark Orchid #A03BC1
Tints of Dark Orchid #A03BC1
RGB
CMYK
RGB Variations
Color information
#A03BC1 (or 0xA03BC1) is known color: Dark Orchid. HEX triplet: A0, 3B and C1. RGB value is (160,59,193). Sum of RGB (Red+Green+Blue) = 160+59+193=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #A03BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BC1 is #5FC43E. Grayscale: #686868. Windows color (decimal): -6276159 or 12663712. OLE color: 12663712.
HSL color Cylindrical-coordinate representation of color #A03BC1: hue angle of 285.22º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03BC1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 59 | 193 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.24 |
| HSL | 285.22º | 0.53% | 0.49% | - |
| HSV(B) | 285.22º | 0.69% | 0.76% | - |
| XYZ | 25.69 | 14.45 | 51.89 | - |
| YUV | 104.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 193 | 0.17 | 0.69 | 0 | 0.24 | 285.22 | 0.53 | 0.49 |
| Hex | A0 | 3B | C1 | 11 | 45 | 0 | 18 | 11D | 35 | 31 |
| Octal | 240 | 73 | 301 | 21 | 105 | 0 | 30 | 435 | 65 | 61 |
| Binary | 10100000 | 111011 | 11000001 | 10001 | 1000101 | 0 | 11000 | 100011101 | 110101 | 110001 |
Color Harmonies of #A03BC1
Complementary color
Monochromatic Colors of #A03BC1
Black with #A03BC1
Text Example
Text Example
White with #A03BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BC1; }
p { color: rgb(160,59,193); }
H1.HeaderClassName
{
color: #A03BC1;
}
.AnyTagClassName
{
color: #A03BC1;
}
</style>
background-color css
<style>
a { background-color: #A03BC1; }
a { background-color: rgb(160,59,193); }
div.DivClassName
{
background-color: #A03BC1;
}
.BgClassName
{
background-color: #A03BC1;
}
</style>
border-color css
<style>
span { border-color: #A03BC1; }
span { border-color: rgb(160,59,193); }
td.TdClassName
{
border-color: #A03BC1;
}
.TagClassName
{
border-color: #A03BC1;
}
</style>