Shades of Dark Orchid #A529AC
Tints of Dark Orchid #A529AC
RGB
CMYK
RGB Variations
Color information
#A529AC (or 0xA529AC) is known color: Dark Orchid. HEX triplet: A5, 29 and AC. RGB value is (165,41,172). Sum of RGB (Red+Green+Blue) = 165+41+172=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A529AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529AC is #5AD653. Grayscale: #5C5C5C. Windows color (decimal): -5953108 or 11282853. OLE color: 11282853.
HSL color Cylindrical-coordinate representation of color #A529AC: hue angle of 296.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A529AC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 41 | 172 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.33 |
| HSL | 296.79º | 0.62% | 0.42% | - |
| HSV(B) | 296.79º | 0.76% | 0.67% | - |
| XYZ | 23.76 | 12.56 | 40.2 | - |
| YUV | 93.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 172 | 0.04 | 0.76 | 0 | 0.33 | 296.79 | 0.62 | 0.42 |
| Hex | A5 | 29 | AC | 4 | 4C | 0 | 21 | 129 | 3E | 2A |
| Octal | 245 | 51 | 254 | 4 | 114 | 0 | 41 | 451 | 76 | 52 |
| Binary | 10100101 | 101001 | 10101100 | 100 | 1001100 | 0 | 100001 | 100101001 | 111110 | 101010 |
Color Harmonies of #A529AC
Complementary color
Monochromatic Colors of #A529AC
Black with #A529AC
Text Example
Text Example
White with #A529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529AC; }
p { color: rgb(165,41,172); }
H1.HeaderClassName
{
color: #A529AC;
}
.AnyTagClassName
{
color: #A529AC;
}
</style>
background-color css
<style>
a { background-color: #A529AC; }
a { background-color: rgb(165,41,172); }
div.DivClassName
{
background-color: #A529AC;
}
.BgClassName
{
background-color: #A529AC;
}
</style>
border-color css
<style>
span { border-color: #A529AC; }
span { border-color: rgb(165,41,172); }
td.TdClassName
{
border-color: #A529AC;
}
.TagClassName
{
border-color: #A529AC;
}
</style>