Shades of Dark Orchid #A03CC6
Tints of Dark Orchid #A03CC6
RGB
CMYK
RGB Variations
Color information
#A03CC6 (or 0xA03CC6) is known color: Dark Orchid. HEX triplet: A0, 3C and C6. RGB value is (160,60,198). Sum of RGB (Red+Green+Blue) = 160+60+198=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #A03CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CC6 is #5FC339. Grayscale: #696969. Windows color (decimal): -6275898 or 12991648. OLE color: 12991648.
HSL color Cylindrical-coordinate representation of color #A03CC6: hue angle of 283.48º degrees, saturation: 0.55, 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 #A03CC6 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 60 | 198 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.22 |
| HSL | 283.48º | 0.55% | 0.51% | - |
| HSV(B) | 283.48º | 0.7% | 0.78% | - |
| XYZ | 26.31 | 14.78 | 54.89 | - |
| YUV | 105.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 198 | 0.19 | 0.70 | 0 | 0.22 | 283.48 | 0.55 | 0.51 |
| Hex | A0 | 3C | C6 | 13 | 46 | 0 | 16 | 11B | 37 | 33 |
| Octal | 240 | 74 | 306 | 23 | 106 | 0 | 26 | 433 | 67 | 63 |
| Binary | 10100000 | 111100 | 11000110 | 10011 | 1000110 | 0 | 10110 | 100011011 | 110111 | 110011 |
Color Harmonies of #A03CC6
Complementary color
Monochromatic Colors of #A03CC6
Black with #A03CC6
Text Example
Text Example
White with #A03CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CC6; }
p { color: rgb(160,60,198); }
H1.HeaderClassName
{
color: #A03CC6;
}
.AnyTagClassName
{
color: #A03CC6;
}
</style>
background-color css
<style>
a { background-color: #A03CC6; }
a { background-color: rgb(160,60,198); }
div.DivClassName
{
background-color: #A03CC6;
}
.BgClassName
{
background-color: #A03CC6;
}
</style>
border-color css
<style>
span { border-color: #A03CC6; }
span { border-color: rgb(160,60,198); }
td.TdClassName
{
border-color: #A03CC6;
}
.TagClassName
{
border-color: #A03CC6;
}
</style>