Shades of Dark Orchid #A829DA
Tints of Dark Orchid #A829DA
RGB
CMYK
RGB Variations
Color information
#A829DA (or 0xA829DA) is known color: Dark Orchid. HEX triplet: A8, 29 and DA. RGB value is (168,41,218). Sum of RGB (Red+Green+Blue) = 168+41+218=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #A829DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829DA is #57D625. Grayscale: #626262. Windows color (decimal): -5756454 or 14297512. OLE color: 14297512.
HSL color Cylindrical-coordinate representation of color #A829DA: hue angle of 283.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A829DA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 41 | 218 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.15 |
| HSL | 283.05º | 0.71% | 0.51% | - |
| HSV(B) | 283.05º | 0.81% | 0.85% | - |
| XYZ | 29.6 | 14.97 | 67.66 | - |
| YUV | 99.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 218 | 0.23 | 0.81 | 0 | 0.15 | 283.05 | 0.71 | 0.51 |
| Hex | A8 | 29 | DA | 17 | 51 | 0 | F | 11B | 47 | 33 |
| Octal | 250 | 51 | 332 | 27 | 121 | 0 | 17 | 433 | 107 | 63 |
| Binary | 10101000 | 101001 | 11011010 | 10111 | 1010001 | 0 | 1111 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A829DA
Complementary color
Monochromatic Colors of #A829DA
Black with #A829DA
Text Example
Text Example
White with #A829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829DA; }
p { color: rgb(168,41,218); }
H1.HeaderClassName
{
color: #A829DA;
}
.AnyTagClassName
{
color: #A829DA;
}
</style>
background-color css
<style>
a { background-color: #A829DA; }
a { background-color: rgb(168,41,218); }
div.DivClassName
{
background-color: #A829DA;
}
.BgClassName
{
background-color: #A829DA;
}
</style>
border-color css
<style>
span { border-color: #A829DA; }
span { border-color: rgb(168,41,218); }
td.TdClassName
{
border-color: #A829DA;
}
.TagClassName
{
border-color: #A829DA;
}
</style>