Shades of Dark Orchid #A829C5
Tints of Dark Orchid #A829C5
RGB
CMYK
RGB Variations
Color information
#A829C5 (or 0xA829C5) is known color: Dark Orchid. HEX triplet: A8, 29 and C5. RGB value is (168,41,197). Sum of RGB (Red+Green+Blue) = 168+41+197=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #A829C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829C5 is #57D63A. Grayscale: #606060. Windows color (decimal): -5756475 or 12921256. OLE color: 12921256.
HSL color Cylindrical-coordinate representation of color #A829C5: hue angle of 288.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A829C5 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 41 | 197 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.23 |
| HSL | 288.85º | 0.66% | 0.47% | - |
| HSV(B) | 288.85º | 0.79% | 0.77% | - |
| XYZ | 27.02 | 13.94 | 54.09 | - |
| YUV | 96.76 | 184.58 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 197 | 0.15 | 0.79 | 0 | 0.23 | 288.85 | 0.66 | 0.47 |
| Hex | A8 | 29 | C5 | F | 4F | 0 | 17 | 121 | 42 | 2F |
| Octal | 250 | 51 | 305 | 17 | 117 | 0 | 27 | 441 | 102 | 57 |
| Binary | 10101000 | 101001 | 11000101 | 1111 | 1001111 | 0 | 10111 | 100100001 | 1000010 | 101111 |
Color Harmonies of #A829C5
Complementary color
Monochromatic Colors of #A829C5
Black with #A829C5
Text Example
Text Example
White with #A829C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829C5; }
p { color: rgb(168,41,197); }
H1.HeaderClassName
{
color: #A829C5;
}
.AnyTagClassName
{
color: #A829C5;
}
</style>
background-color css
<style>
a { background-color: #A829C5; }
a { background-color: rgb(168,41,197); }
div.DivClassName
{
background-color: #A829C5;
}
.BgClassName
{
background-color: #A829C5;
}
</style>
border-color css
<style>
span { border-color: #A829C5; }
span { border-color: rgb(168,41,197); }
td.TdClassName
{
border-color: #A829C5;
}
.TagClassName
{
border-color: #A829C5;
}
</style>