Shades of Dark Orchid #A829B6
Tints of Dark Orchid #A829B6
RGB
CMYK
RGB Variations
Color information
#A829B6 (or 0xA829B6) is known color: Dark Orchid. HEX triplet: A8, 29 and B6. RGB value is (168,41,182). Sum of RGB (Red+Green+Blue) = 168+41+182=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #A829B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829B6 is #57D649. Grayscale: #5E5E5E. Windows color (decimal): -5756490 or 11938216. OLE color: 11938216.
HSL color Cylindrical-coordinate representation of color #A829B6: hue angle of 294.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A829B6 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 41 | 182 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.29 |
| HSL | 294.04º | 0.63% | 0.44% | - |
| HSV(B) | 294.04º | 0.77% | 0.71% | - |
| XYZ | 25.38 | 13.29 | 45.48 | - |
| YUV | 95.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 182 | 0.08 | 0.77 | 0 | 0.29 | 294.04 | 0.63 | 0.44 |
| Hex | A8 | 29 | B6 | 8 | 4D | 0 | 1D | 126 | 3F | 2C |
| Octal | 250 | 51 | 266 | 10 | 115 | 0 | 35 | 446 | 77 | 54 |
| Binary | 10101000 | 101001 | 10110110 | 1000 | 1001101 | 0 | 11101 | 100100110 | 111111 | 101100 |
Color Harmonies of #A829B6
Complementary color
Monochromatic Colors of #A829B6
Black with #A829B6
Text Example
Text Example
White with #A829B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829B6; }
p { color: rgb(168,41,182); }
H1.HeaderClassName
{
color: #A829B6;
}
.AnyTagClassName
{
color: #A829B6;
}
</style>
background-color css
<style>
a { background-color: #A829B6; }
a { background-color: rgb(168,41,182); }
div.DivClassName
{
background-color: #A829B6;
}
.BgClassName
{
background-color: #A829B6;
}
</style>
border-color css
<style>
span { border-color: #A829B6; }
span { border-color: rgb(168,41,182); }
td.TdClassName
{
border-color: #A829B6;
}
.TagClassName
{
border-color: #A829B6;
}
</style>