Shades of Dark Orchid #A529C0
Tints of Dark Orchid #A529C0
RGB
CMYK
RGB Variations
Color information
#A529C0 (or 0xA529C0) is known color: Dark Orchid. HEX triplet: A5, 29 and C0. RGB value is (165,41,192). Sum of RGB (Red+Green+Blue) = 165+41+192=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #A529C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529C0 is #5AD63F. Grayscale: #5E5E5E. Windows color (decimal): -5953088 or 12593573. OLE color: 12593573.
HSL color Cylindrical-coordinate representation of color #A529C0: hue angle of 289.27º 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 #A529C0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 41 | 192 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.25 |
| HSL | 289.27º | 0.65% | 0.46% | - |
| HSV(B) | 289.27º | 0.79% | 0.75% | - |
| XYZ | 25.82 | 13.39 | 51.09 | - |
| YUV | 95.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 192 | 0.14 | 0.79 | 0 | 0.25 | 289.27 | 0.65 | 0.46 |
| Hex | A5 | 29 | C0 | E | 4F | 0 | 19 | 121 | 41 | 2E |
| Octal | 245 | 51 | 300 | 16 | 117 | 0 | 31 | 441 | 101 | 56 |
| Binary | 10100101 | 101001 | 11000000 | 1110 | 1001111 | 0 | 11001 | 100100001 | 1000001 | 101110 |
Color Harmonies of #A529C0
Complementary color
Monochromatic Colors of #A529C0
Black with #A529C0
Text Example
Text Example
White with #A529C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529C0; }
p { color: rgb(165,41,192); }
H1.HeaderClassName
{
color: #A529C0;
}
.AnyTagClassName
{
color: #A529C0;
}
</style>
background-color css
<style>
a { background-color: #A529C0; }
a { background-color: rgb(165,41,192); }
div.DivClassName
{
background-color: #A529C0;
}
.BgClassName
{
background-color: #A529C0;
}
</style>
border-color css
<style>
span { border-color: #A529C0; }
span { border-color: rgb(165,41,192); }
td.TdClassName
{
border-color: #A529C0;
}
.TagClassName
{
border-color: #A529C0;
}
</style>