Shades of Dark Orchid #A03BC6
Tints of Dark Orchid #A03BC6
RGB
CMYK
RGB Variations
Color information
#A03BC6 (or 0xA03BC6) is known color: Dark Orchid. HEX triplet: A0, 3B and C6. RGB value is (160,59,198). Sum of RGB (Red+Green+Blue) = 160+59+198=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #A03BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BC6 is #5FC439. Grayscale: #686868. Windows color (decimal): -6276154 or 12991392. OLE color: 12991392.
HSL color Cylindrical-coordinate representation of color #A03BC6: hue angle of 283.6º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03BC6 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 59 | 198 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.22 |
| HSL | 283.6º | 0.55% | 0.5% | - |
| HSV(B) | 283.6º | 0.7% | 0.78% | - |
| XYZ | 26.25 | 14.68 | 54.88 | - |
| YUV | 105.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 198 | 0.19 | 0.70 | 0 | 0.22 | 283.6 | 0.55 | 0.5 |
| Hex | A0 | 3B | C6 | 13 | 46 | 0 | 16 | 11C | 37 | 32 |
| Octal | 240 | 73 | 306 | 23 | 106 | 0 | 26 | 434 | 67 | 62 |
| Binary | 10100000 | 111011 | 11000110 | 10011 | 1000110 | 0 | 10110 | 100011100 | 110111 | 110010 |
Color Harmonies of #A03BC6
Complementary color
Monochromatic Colors of #A03BC6
Black with #A03BC6
Text Example
Text Example
White with #A03BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BC6; }
p { color: rgb(160,59,198); }
H1.HeaderClassName
{
color: #A03BC6;
}
.AnyTagClassName
{
color: #A03BC6;
}
</style>
background-color css
<style>
a { background-color: #A03BC6; }
a { background-color: rgb(160,59,198); }
div.DivClassName
{
background-color: #A03BC6;
}
.BgClassName
{
background-color: #A03BC6;
}
</style>
border-color css
<style>
span { border-color: #A03BC6; }
span { border-color: rgb(160,59,198); }
td.TdClassName
{
border-color: #A03BC6;
}
.TagClassName
{
border-color: #A03BC6;
}
</style>