Shades of Dark Orchid #A03CC4
Tints of Dark Orchid #A03CC4
RGB
CMYK
RGB Variations
Color information
#A03CC4 (or 0xA03CC4) is known color: Dark Orchid. HEX triplet: A0, 3C and C4. RGB value is (160,60,196). Sum of RGB (Red+Green+Blue) = 160+60+196=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #A03CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CC4 is #5FC33B. Grayscale: #686868. Windows color (decimal): -6275900 or 12860576. OLE color: 12860576.
HSL color Cylindrical-coordinate representation of color #A03CC4: hue angle of 284.12º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03CC4 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 60 | 196 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.23 |
| HSL | 284.12º | 0.54% | 0.5% | - |
| HSV(B) | 284.12º | 0.69% | 0.77% | - |
| XYZ | 26.08 | 14.69 | 53.69 | - |
| YUV | 105.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 196 | 0.18 | 0.69 | 0 | 0.23 | 284.12 | 0.54 | 0.5 |
| Hex | A0 | 3C | C4 | 12 | 45 | 0 | 17 | 11C | 36 | 32 |
| Octal | 240 | 74 | 304 | 22 | 105 | 0 | 27 | 434 | 66 | 62 |
| Binary | 10100000 | 111100 | 11000100 | 10010 | 1000101 | 0 | 10111 | 100011100 | 110110 | 110010 |
Color Harmonies of #A03CC4
Complementary color
Monochromatic Colors of #A03CC4
Black with #A03CC4
Text Example
Text Example
White with #A03CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CC4; }
p { color: rgb(160,60,196); }
H1.HeaderClassName
{
color: #A03CC4;
}
.AnyTagClassName
{
color: #A03CC4;
}
</style>
background-color css
<style>
a { background-color: #A03CC4; }
a { background-color: rgb(160,60,196); }
div.DivClassName
{
background-color: #A03CC4;
}
.BgClassName
{
background-color: #A03CC4;
}
</style>
border-color css
<style>
span { border-color: #A03CC4; }
span { border-color: rgb(160,60,196); }
td.TdClassName
{
border-color: #A03CC4;
}
.TagClassName
{
border-color: #A03CC4;
}
</style>