Shades of Dark Orchid #A429CD
Tints of Dark Orchid #A429CD
RGB
CMYK
RGB Variations
Color information
#A429CD (or 0xA429CD) is known color: Dark Orchid. HEX triplet: A4, 29 and CD. RGB value is (164,41,205). Sum of RGB (Red+Green+Blue) = 164+41+205=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #A429CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429CD is #5BD632. Grayscale: #5F5F5F. Windows color (decimal): -6018611 or 13445540. OLE color: 13445540.
HSL color Cylindrical-coordinate representation of color #A429CD: hue angle of 285º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A429CD is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 41 | 205 | - |
| CMYK | 0.2 | 0.8 | 0 | 0.20 |
| HSL | 285º | 0.67% | 0.48% | - |
| HSV(B) | 285º | 0.8% | 0.8% | - |
| XYZ | 27.12 | 13.89 | 59.01 | - |
| YUV | 96.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 205 | 0.2 | 0.8 | 0 | 0.20 | 285 | 0.67 | 0.48 |
| Hex | A4 | 29 | CD | 14 | 50 | 0 | 14 | 11D | 43 | 30 |
| Octal | 244 | 51 | 315 | 24 | 120 | 0 | 24 | 435 | 103 | 60 |
| Binary | 10100100 | 101001 | 11001101 | 10100 | 1010000 | 0 | 10100 | 100011101 | 1000011 | 110000 |
Color Harmonies of #A429CD
Complementary color
Monochromatic Colors of #A429CD
Black with #A429CD
Text Example
Text Example
White with #A429CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429CD; }
p { color: rgb(164,41,205); }
H1.HeaderClassName
{
color: #A429CD;
}
.AnyTagClassName
{
color: #A429CD;
}
</style>
background-color css
<style>
a { background-color: #A429CD; }
a { background-color: rgb(164,41,205); }
div.DivClassName
{
background-color: #A429CD;
}
.BgClassName
{
background-color: #A429CD;
}
</style>
border-color css
<style>
span { border-color: #A429CD; }
span { border-color: rgb(164,41,205); }
td.TdClassName
{
border-color: #A429CD;
}
.TagClassName
{
border-color: #A429CD;
}
</style>