Shades of Dark Orchid #A029C0
Tints of Dark Orchid #A029C0
RGB
CMYK
RGB Variations
Color information
#A029C0 (or 0xA029C0) is known color: Dark Orchid. HEX triplet: A0, 29 and C0. RGB value is (160,41,192). Sum of RGB (Red+Green+Blue) = 160+41+192=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #A029C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029C0 is #5FD63F. Grayscale: #5D5D5D. Windows color (decimal): -6280768 or 12593568. OLE color: 12593568.
HSL color Cylindrical-coordinate representation of color #A029C0: hue angle of 287.28º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A029C0 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 41 | 192 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.25 |
| HSL | 287.28º | 0.65% | 0.46% | - |
| HSV(B) | 287.28º | 0.79% | 0.75% | - |
| XYZ | 24.8 | 12.87 | 51.05 | - |
| YUV | 93.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 192 | 0.17 | 0.79 | 0 | 0.25 | 287.28 | 0.65 | 0.46 |
| Hex | A0 | 29 | C0 | 11 | 4F | 0 | 19 | 11F | 41 | 2E |
| Octal | 240 | 51 | 300 | 21 | 117 | 0 | 31 | 437 | 101 | 56 |
| Binary | 10100000 | 101001 | 11000000 | 10001 | 1001111 | 0 | 11001 | 100011111 | 1000001 | 101110 |
Color Harmonies of #A029C0
Complementary color
Monochromatic Colors of #A029C0
Black with #A029C0
Text Example
Text Example
White with #A029C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A029C0; }
p { color: rgb(160,41,192); }
H1.HeaderClassName
{
color: #A029C0;
}
.AnyTagClassName
{
color: #A029C0;
}
</style>
background-color css
<style>
a { background-color: #A029C0; }
a { background-color: rgb(160,41,192); }
div.DivClassName
{
background-color: #A029C0;
}
.BgClassName
{
background-color: #A029C0;
}
</style>
border-color css
<style>
span { border-color: #A029C0; }
span { border-color: rgb(160,41,192); }
td.TdClassName
{
border-color: #A029C0;
}
.TagClassName
{
border-color: #A029C0;
}
</style>