Shades of Dark Orchid #A429CA
Tints of Dark Orchid #A429CA
RGB
CMYK
RGB Variations
Color information
#A429CA (or 0xA429CA) is known color: Dark Orchid. HEX triplet: A4, 29 and CA. RGB value is (164,41,202). Sum of RGB (Red+Green+Blue) = 164+41+202=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A429CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429CA is #5BD635. Grayscale: #5F5F5F. Windows color (decimal): -6018614 or 13248932. OLE color: 13248932.
HSL color Cylindrical-coordinate representation of color #A429CA: hue angle of 285.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A429CA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 41 | 202 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.21 |
| HSL | 285.84º | 0.66% | 0.48% | - |
| HSV(B) | 285.84º | 0.8% | 0.79% | - |
| XYZ | 26.76 | 13.74 | 57.12 | - |
| YUV | 96.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 202 | 0.19 | 0.80 | 0 | 0.21 | 285.84 | 0.66 | 0.48 |
| Hex | A4 | 29 | CA | 13 | 50 | 0 | 15 | 11E | 42 | 30 |
| Octal | 244 | 51 | 312 | 23 | 120 | 0 | 25 | 436 | 102 | 60 |
| Binary | 10100100 | 101001 | 11001010 | 10011 | 1010000 | 0 | 10101 | 100011110 | 1000010 | 110000 |
Color Harmonies of #A429CA
Complementary color
Monochromatic Colors of #A429CA
Black with #A429CA
Text Example
Text Example
White with #A429CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429CA; }
p { color: rgb(164,41,202); }
H1.HeaderClassName
{
color: #A429CA;
}
.AnyTagClassName
{
color: #A429CA;
}
</style>
background-color css
<style>
a { background-color: #A429CA; }
a { background-color: rgb(164,41,202); }
div.DivClassName
{
background-color: #A429CA;
}
.BgClassName
{
background-color: #A429CA;
}
</style>
border-color css
<style>
span { border-color: #A429CA; }
span { border-color: rgb(164,41,202); }
td.TdClassName
{
border-color: #A429CA;
}
.TagClassName
{
border-color: #A429CA;
}
</style>