Shades of Dark Orchid #A03CC9
Tints of Dark Orchid #A03CC9
RGB
CMYK
RGB Variations
Color information
#A03CC9 (or 0xA03CC9) is known color: Dark Orchid. HEX triplet: A0, 3C and C9. RGB value is (160,60,201). Sum of RGB (Red+Green+Blue) = 160+60+201=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #A03CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CC9 is #5FC336. Grayscale: #696969. Windows color (decimal): -6275895 or 13188256. OLE color: 13188256.
HSL color Cylindrical-coordinate representation of color #A03CC9: hue angle of 282.55º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03CC9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 60 | 201 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.21 |
| HSL | 282.55º | 0.57% | 0.51% | - |
| HSV(B) | 282.55º | 0.7% | 0.79% | - |
| XYZ | 26.66 | 14.92 | 56.73 | - |
| YUV | 105.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 201 | 0.20 | 0.70 | 0 | 0.21 | 282.55 | 0.57 | 0.51 |
| Hex | A0 | 3C | C9 | 14 | 46 | 0 | 15 | 11B | 39 | 33 |
| Octal | 240 | 74 | 311 | 24 | 106 | 0 | 25 | 433 | 71 | 63 |
| Binary | 10100000 | 111100 | 11001001 | 10100 | 1000110 | 0 | 10101 | 100011011 | 111001 | 110011 |
Color Harmonies of #A03CC9
Complementary color
Monochromatic Colors of #A03CC9
Black with #A03CC9
Text Example
Text Example
White with #A03CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CC9; }
p { color: rgb(160,60,201); }
H1.HeaderClassName
{
color: #A03CC9;
}
.AnyTagClassName
{
color: #A03CC9;
}
</style>
background-color css
<style>
a { background-color: #A03CC9; }
a { background-color: rgb(160,60,201); }
div.DivClassName
{
background-color: #A03CC9;
}
.BgClassName
{
background-color: #A03CC9;
}
</style>
border-color css
<style>
span { border-color: #A03CC9; }
span { border-color: rgb(160,60,201); }
td.TdClassName
{
border-color: #A03CC9;
}
.TagClassName
{
border-color: #A03CC9;
}
</style>