Shades of Dark Orchid #A03CCE
Tints of Dark Orchid #A03CCE
RGB
CMYK
RGB Variations
Color information
#A03CCE (or 0xA03CCE) is known color: Dark Orchid. HEX triplet: A0, 3C and CE. RGB value is (160,60,206). Sum of RGB (Red+Green+Blue) = 160+60+206=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #A03CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CCE is #5FC331. Grayscale: #6A6A6A. Windows color (decimal): -6275890 or 13515936. OLE color: 13515936.
HSL color Cylindrical-coordinate representation of color #A03CCE: hue angle of 281.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03CCE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 60 | 206 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.19 |
| HSL | 281.1º | 0.6% | 0.52% | - |
| HSV(B) | 281.1º | 0.71% | 0.81% | - |
| XYZ | 27.25 | 15.16 | 59.88 | - |
| YUV | 106.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 206 | 0.22 | 0.71 | 0 | 0.19 | 281.1 | 0.6 | 0.52 |
| Hex | A0 | 3C | CE | 16 | 47 | 0 | 13 | 119 | 3C | 34 |
| Octal | 240 | 74 | 316 | 26 | 107 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10100000 | 111100 | 11001110 | 10110 | 1000111 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #A03CCE
Complementary color
Monochromatic Colors of #A03CCE
Black with #A03CCE
Text Example
Text Example
White with #A03CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CCE; }
p { color: rgb(160,60,206); }
H1.HeaderClassName
{
color: #A03CCE;
}
.AnyTagClassName
{
color: #A03CCE;
}
</style>
background-color css
<style>
a { background-color: #A03CCE; }
a { background-color: rgb(160,60,206); }
div.DivClassName
{
background-color: #A03CCE;
}
.BgClassName
{
background-color: #A03CCE;
}
</style>
border-color css
<style>
span { border-color: #A03CCE; }
span { border-color: rgb(160,60,206); }
td.TdClassName
{
border-color: #A03CCE;
}
.TagClassName
{
border-color: #A03CCE;
}
</style>