Shades of Dark Orchid #A529C1
Tints of Dark Orchid #A529C1
RGB
CMYK
RGB Variations
Color information
#A529C1 (or 0xA529C1) is known color: Dark Orchid. HEX triplet: A5, 29 and C1. RGB value is (165,41,193). Sum of RGB (Red+Green+Blue) = 165+41+193=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #A529C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529C1 is #5AD63E. Grayscale: #5E5E5E. Windows color (decimal): -5953087 or 12659109. OLE color: 12659109.
HSL color Cylindrical-coordinate representation of color #A529C1: hue angle of 288.95º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A529C1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 41 | 193 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.24 |
| HSL | 288.95º | 0.65% | 0.46% | - |
| HSV(B) | 288.95º | 0.79% | 0.76% | - |
| XYZ | 25.94 | 13.44 | 51.68 | - |
| YUV | 95.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 193 | 0.15 | 0.79 | 0 | 0.24 | 288.95 | 0.65 | 0.46 |
| Hex | A5 | 29 | C1 | F | 4F | 0 | 18 | 121 | 41 | 2E |
| Octal | 245 | 51 | 301 | 17 | 117 | 0 | 30 | 441 | 101 | 56 |
| Binary | 10100101 | 101001 | 11000001 | 1111 | 1001111 | 0 | 11000 | 100100001 | 1000001 | 101110 |
Color Harmonies of #A529C1
Complementary color
Monochromatic Colors of #A529C1
Black with #A529C1
Text Example
Text Example
White with #A529C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529C1; }
p { color: rgb(165,41,193); }
H1.HeaderClassName
{
color: #A529C1;
}
.AnyTagClassName
{
color: #A529C1;
}
</style>
background-color css
<style>
a { background-color: #A529C1; }
a { background-color: rgb(165,41,193); }
div.DivClassName
{
background-color: #A529C1;
}
.BgClassName
{
background-color: #A529C1;
}
</style>
border-color css
<style>
span { border-color: #A529C1; }
span { border-color: rgb(165,41,193); }
td.TdClassName
{
border-color: #A529C1;
}
.TagClassName
{
border-color: #A529C1;
}
</style>