Shades of Dark Orchid #A429A8
Tints of Dark Orchid #A429A8
RGB
CMYK
RGB Variations
Color information
#A429A8 (or 0xA429A8) is known color: Dark Orchid. HEX triplet: A4, 29 and A8. RGB value is (164,41,168). Sum of RGB (Red+Green+Blue) = 164+41+168=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #A429A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429A8 is #5BD657. Grayscale: #5B5B5B. Windows color (decimal): -6018648 or 11020708. OLE color: 11020708.
HSL color Cylindrical-coordinate representation of color #A429A8: hue angle of 298.11º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A429A8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 41 | 168 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.34 |
| HSL | 298.11º | 0.61% | 0.41% | - |
| HSV(B) | 298.11º | 0.76% | 0.66% | - |
| XYZ | 23.17 | 12.31 | 38.2 | - |
| YUV | 92.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 168 | 0.02 | 0.76 | 0 | 0.34 | 298.11 | 0.61 | 0.41 |
| Hex | A4 | 29 | A8 | 2 | 4C | 0 | 22 | 12A | 3D | 29 |
| Octal | 244 | 51 | 250 | 2 | 114 | 0 | 42 | 452 | 75 | 51 |
| Binary | 10100100 | 101001 | 10101000 | 10 | 1001100 | 0 | 100010 | 100101010 | 111101 | 101001 |
Color Harmonies of #A429A8
Complementary color
Monochromatic Colors of #A429A8
Black with #A429A8
Text Example
Text Example
White with #A429A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429A8; }
p { color: rgb(164,41,168); }
H1.HeaderClassName
{
color: #A429A8;
}
.AnyTagClassName
{
color: #A429A8;
}
</style>
background-color css
<style>
a { background-color: #A429A8; }
a { background-color: rgb(164,41,168); }
div.DivClassName
{
background-color: #A429A8;
}
.BgClassName
{
background-color: #A429A8;
}
</style>
border-color css
<style>
span { border-color: #A429A8; }
span { border-color: rgb(164,41,168); }
td.TdClassName
{
border-color: #A429A8;
}
.TagClassName
{
border-color: #A429A8;
}
</style>