Shades of Dark Orchid #A429B0
Tints of Dark Orchid #A429B0
RGB
CMYK
RGB Variations
Color information
#A429B0 (or 0xA429B0) is known color: Dark Orchid. HEX triplet: A4, 29 and B0. RGB value is (164,41,176). Sum of RGB (Red+Green+Blue) = 164+41+176=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #A429B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429B0 is #5BD64F. Grayscale: #5C5C5C. Windows color (decimal): -6018640 or 11544996. OLE color: 11544996.
HSL color Cylindrical-coordinate representation of color #A429B0: hue angle of 294.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A429B0 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 41 | 176 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.31 |
| HSL | 294.67º | 0.62% | 0.43% | - |
| HSV(B) | 294.67º | 0.77% | 0.69% | - |
| XYZ | 23.94 | 12.61 | 42.25 | - |
| YUV | 93.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 176 | 0.07 | 0.77 | 0 | 0.31 | 294.67 | 0.62 | 0.43 |
| Hex | A4 | 29 | B0 | 7 | 4D | 0 | 1F | 127 | 3E | 2B |
| Octal | 244 | 51 | 260 | 7 | 115 | 0 | 37 | 447 | 76 | 53 |
| Binary | 10100100 | 101001 | 10110000 | 111 | 1001101 | 0 | 11111 | 100100111 | 111110 | 101011 |
Color Harmonies of #A429B0
Complementary color
Monochromatic Colors of #A429B0
Black with #A429B0
Text Example
Text Example
White with #A429B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429B0; }
p { color: rgb(164,41,176); }
H1.HeaderClassName
{
color: #A429B0;
}
.AnyTagClassName
{
color: #A429B0;
}
</style>
background-color css
<style>
a { background-color: #A429B0; }
a { background-color: rgb(164,41,176); }
div.DivClassName
{
background-color: #A429B0;
}
.BgClassName
{
background-color: #A429B0;
}
</style>
border-color css
<style>
span { border-color: #A429B0; }
span { border-color: rgb(164,41,176); }
td.TdClassName
{
border-color: #A429B0;
}
.TagClassName
{
border-color: #A429B0;
}
</style>