Shades of Dark Orchid #A829B5
Tints of Dark Orchid #A829B5
RGB
CMYK
RGB Variations
Color information
#A829B5 (or 0xA829B5) is known color: Dark Orchid. HEX triplet: A8, 29 and B5. RGB value is (168,41,181). Sum of RGB (Red+Green+Blue) = 168+41+181=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #A829B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829B5 is #57D64A. Grayscale: #5E5E5E. Windows color (decimal): -5756491 or 11872680. OLE color: 11872680.
HSL color Cylindrical-coordinate representation of color #A829B5: hue angle of 294.43º 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 #A829B5 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 41 | 181 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.29 |
| HSL | 294.43º | 0.63% | 0.44% | - |
| HSV(B) | 294.43º | 0.77% | 0.71% | - |
| XYZ | 25.28 | 13.25 | 44.94 | - |
| YUV | 94.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 181 | 0.07 | 0.77 | 0 | 0.29 | 294.43 | 0.63 | 0.44 |
| Hex | A8 | 29 | B5 | 7 | 4D | 0 | 1D | 126 | 3F | 2C |
| Octal | 250 | 51 | 265 | 7 | 115 | 0 | 35 | 446 | 77 | 54 |
| Binary | 10101000 | 101001 | 10110101 | 111 | 1001101 | 0 | 11101 | 100100110 | 111111 | 101100 |
Color Harmonies of #A829B5
Complementary color
Monochromatic Colors of #A829B5
Black with #A829B5
Text Example
Text Example
White with #A829B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829B5; }
p { color: rgb(168,41,181); }
H1.HeaderClassName
{
color: #A829B5;
}
.AnyTagClassName
{
color: #A829B5;
}
</style>
background-color css
<style>
a { background-color: #A829B5; }
a { background-color: rgb(168,41,181); }
div.DivClassName
{
background-color: #A829B5;
}
.BgClassName
{
background-color: #A829B5;
}
</style>
border-color css
<style>
span { border-color: #A829B5; }
span { border-color: rgb(168,41,181); }
td.TdClassName
{
border-color: #A829B5;
}
.TagClassName
{
border-color: #A829B5;
}
</style>