Shades of Dark Orchid #A829E6
Tints of Dark Orchid #A829E6
RGB
CMYK
RGB Variations
Color information
#A829E6 (or 0xA829E6) is known color: Dark Orchid. HEX triplet: A8, 29 and E6. RGB value is (168,41,230). Sum of RGB (Red+Green+Blue) = 168+41+230=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #A829E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829E6 is #57D619. Grayscale: #636363. Windows color (decimal): -5756442 or 15083944. OLE color: 15083944.
HSL color Cylindrical-coordinate representation of color #A829E6: hue angle of 280.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A829E6 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 41 | 230 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.10 |
| HSL | 280.32º | 0.79% | 0.53% | - |
| HSV(B) | 280.32º | 0.82% | 0.9% | - |
| XYZ | 31.22 | 15.62 | 76.23 | - |
| YUV | 100.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 230 | 0.27 | 0.82 | 0 | 0.10 | 280.32 | 0.79 | 0.53 |
| Hex | A8 | 29 | E6 | 1B | 52 | 0 | A | 118 | 4F | 35 |
| Octal | 250 | 51 | 346 | 33 | 122 | 0 | 12 | 430 | 117 | 65 |
| Binary | 10101000 | 101001 | 11100110 | 11011 | 1010010 | 0 | 1010 | 100011000 | 1001111 | 110101 |
Color Harmonies of #A829E6
Complementary color
Monochromatic Colors of #A829E6
Black with #A829E6
Text Example
Text Example
White with #A829E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829E6; }
p { color: rgb(168,41,230); }
H1.HeaderClassName
{
color: #A829E6;
}
.AnyTagClassName
{
color: #A829E6;
}
</style>
background-color css
<style>
a { background-color: #A829E6; }
a { background-color: rgb(168,41,230); }
div.DivClassName
{
background-color: #A829E6;
}
.BgClassName
{
background-color: #A829E6;
}
</style>
border-color css
<style>
span { border-color: #A829E6; }
span { border-color: rgb(168,41,230); }
td.TdClassName
{
border-color: #A829E6;
}
.TagClassName
{
border-color: #A829E6;
}
</style>