Shades of Dark Orchid #A030CE
Tints of Dark Orchid #A030CE
RGB
CMYK
RGB Variations
Color information
#A030CE (or 0xA030CE) is known color: Dark Orchid. HEX triplet: A0, 30 and CE. RGB value is (160,48,206). Sum of RGB (Red+Green+Blue) = 160+48+206=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #A030CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CE is #5FCF31. Grayscale: #626262. Windows color (decimal): -6278962 or 13512864. OLE color: 13512864.
HSL color Cylindrical-coordinate representation of color #A030CE: hue angle of 282.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A030CE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 48 | 206 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.19 |
| HSL | 282.53º | 0.62% | 0.5% | - |
| HSV(B) | 282.53º | 0.77% | 0.81% | - |
| XYZ | 26.69 | 14.04 | 59.7 | - |
| YUV | 99.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 206 | 0.22 | 0.77 | 0 | 0.19 | 282.53 | 0.62 | 0.5 |
| Hex | A0 | 30 | CE | 16 | 4D | 0 | 13 | 11B | 3E | 32 |
| Octal | 240 | 60 | 316 | 26 | 115 | 0 | 23 | 433 | 76 | 62 |
| Binary | 10100000 | 110000 | 11001110 | 10110 | 1001101 | 0 | 10011 | 100011011 | 111110 | 110010 |
Color Harmonies of #A030CE
Complementary color
Monochromatic Colors of #A030CE
Black with #A030CE
Text Example
Text Example
White with #A030CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030CE; }
p { color: rgb(160,48,206); }
H1.HeaderClassName
{
color: #A030CE;
}
.AnyTagClassName
{
color: #A030CE;
}
</style>
background-color css
<style>
a { background-color: #A030CE; }
a { background-color: rgb(160,48,206); }
div.DivClassName
{
background-color: #A030CE;
}
.BgClassName
{
background-color: #A030CE;
}
</style>
border-color css
<style>
span { border-color: #A030CE; }
span { border-color: rgb(160,48,206); }
td.TdClassName
{
border-color: #A030CE;
}
.TagClassName
{
border-color: #A030CE;
}
</style>