Shades of Dark Orchid #A03CC8
Tints of Dark Orchid #A03CC8
RGB
CMYK
RGB Variations
Color information
#A03CC8 (or 0xA03CC8) is known color: Dark Orchid. HEX triplet: A0, 3C and C8. RGB value is (160,60,200). Sum of RGB (Red+Green+Blue) = 160+60+200=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #A03CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CC8 is #5FC337. Grayscale: #696969. Windows color (decimal): -6275896 or 13122720. OLE color: 13122720.
HSL color Cylindrical-coordinate representation of color #A03CC8: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03CC8 is Cyan = 0.2, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 60 | 200 | - |
| CMYK | 0.2 | 0.7 | 0 | 0.22 |
| HSL | 282.86º | 0.56% | 0.51% | - |
| HSV(B) | 282.86º | 0.7% | 0.78% | - |
| XYZ | 26.54 | 14.88 | 56.12 | - |
| YUV | 105.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 200 | 0.2 | 0.7 | 0 | 0.22 | 282.86 | 0.56 | 0.51 |
| Hex | A0 | 3C | C8 | 14 | 46 | 0 | 16 | 11B | 38 | 33 |
| Octal | 240 | 74 | 310 | 24 | 106 | 0 | 26 | 433 | 70 | 63 |
| Binary | 10100000 | 111100 | 11001000 | 10100 | 1000110 | 0 | 10110 | 100011011 | 111000 | 110011 |
Color Harmonies of #A03CC8
Complementary color
Monochromatic Colors of #A03CC8
Black with #A03CC8
Text Example
Text Example
White with #A03CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CC8; }
p { color: rgb(160,60,200); }
H1.HeaderClassName
{
color: #A03CC8;
}
.AnyTagClassName
{
color: #A03CC8;
}
</style>
background-color css
<style>
a { background-color: #A03CC8; }
a { background-color: rgb(160,60,200); }
div.DivClassName
{
background-color: #A03CC8;
}
.BgClassName
{
background-color: #A03CC8;
}
</style>
border-color css
<style>
span { border-color: #A03CC8; }
span { border-color: rgb(160,60,200); }
td.TdClassName
{
border-color: #A03CC8;
}
.TagClassName
{
border-color: #A03CC8;
}
</style>