Shades of Dark Orchid #A829D5
Tints of Dark Orchid #A829D5
RGB
CMYK
RGB Variations
Color information
#A829D5 (or 0xA829D5) is known color: Dark Orchid. HEX triplet: A8, 29 and D5. RGB value is (168,41,213). Sum of RGB (Red+Green+Blue) = 168+41+213=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #A829D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829D5 is #57D62A. Grayscale: #626262. Windows color (decimal): -5756459 or 13969832. OLE color: 13969832.
HSL color Cylindrical-coordinate representation of color #A829D5: hue angle of 284.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A829D5 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 41 | 213 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.16 |
| HSL | 284.3º | 0.68% | 0.5% | - |
| HSV(B) | 284.3º | 0.81% | 0.84% | - |
| XYZ | 28.95 | 14.71 | 64.27 | - |
| YUV | 98.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 213 | 0.21 | 0.81 | 0 | 0.16 | 284.3 | 0.68 | 0.5 |
| Hex | A8 | 29 | D5 | 15 | 51 | 0 | 10 | 11C | 44 | 32 |
| Octal | 250 | 51 | 325 | 25 | 121 | 0 | 20 | 434 | 104 | 62 |
| Binary | 10101000 | 101001 | 11010101 | 10101 | 1010001 | 0 | 10000 | 100011100 | 1000100 | 110010 |
Color Harmonies of #A829D5
Complementary color
Monochromatic Colors of #A829D5
Black with #A829D5
Text Example
Text Example
White with #A829D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829D5; }
p { color: rgb(168,41,213); }
H1.HeaderClassName
{
color: #A829D5;
}
.AnyTagClassName
{
color: #A829D5;
}
</style>
background-color css
<style>
a { background-color: #A829D5; }
a { background-color: rgb(168,41,213); }
div.DivClassName
{
background-color: #A829D5;
}
.BgClassName
{
background-color: #A829D5;
}
</style>
border-color css
<style>
span { border-color: #A829D5; }
span { border-color: rgb(168,41,213); }
td.TdClassName
{
border-color: #A829D5;
}
.TagClassName
{
border-color: #A829D5;
}
</style>