Shades of Dark Orchid #A929A8
Tints of Dark Orchid #A929A8
RGB
CMYK
RGB Variations
Color information
#A929A8 (or 0xA929A8) is known color: Dark Orchid. HEX triplet: A9, 29 and A8. RGB value is (169,41,168). Sum of RGB (Red+Green+Blue) = 169+41+168=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A929A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A929A8 is #56D657. Grayscale: #5D5D5D. Windows color (decimal): -5690968 or 11020713. OLE color: 11020713.
HSL color Cylindrical-coordinate representation of color #A929A8: hue angle of 300.47º 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 #A929A8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 168 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.34 |
| HSL | 300.47º | 0.61% | 0.41% | - |
| HSV(B) | 300.47º | 0.76% | 0.66% | - |
| XYZ | 24.22 | 12.85 | 38.25 | - |
| YUV | 93.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 168 | 0 | 0.76 | 0.01 | 0.34 | 300.47 | 0.61 | 0.41 |
| Hex | A9 | 29 | A8 | 0 | 4C | 1 | 22 | 12C | 3D | 29 |
| Octal | 251 | 51 | 250 | 0 | 114 | 1 | 42 | 454 | 75 | 51 |
| Binary | 10101001 | 101001 | 10101000 | 0 | 1001100 | 1 | 100010 | 100101100 | 111101 | 101001 |
Color Harmonies of #A929A8
Complementary color
Monochromatic Colors of #A929A8
Black with #A929A8
Text Example
Text Example
White with #A929A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A929A8; }
p { color: rgb(169,41,168); }
H1.HeaderClassName
{
color: #A929A8;
}
.AnyTagClassName
{
color: #A929A8;
}
</style>
background-color css
<style>
a { background-color: #A929A8; }
a { background-color: rgb(169,41,168); }
div.DivClassName
{
background-color: #A929A8;
}
.BgClassName
{
background-color: #A929A8;
}
</style>
border-color css
<style>
span { border-color: #A929A8; }
span { border-color: rgb(169,41,168); }
td.TdClassName
{
border-color: #A929A8;
}
.TagClassName
{
border-color: #A929A8;
}
</style>