Shades of Dark Orchid #A829C8
Tints of Dark Orchid #A829C8
RGB
CMYK
RGB Variations
Color information
#A829C8 (or 0xA829C8) is known color: Dark Orchid. HEX triplet: A8, 29 and C8. RGB value is (168,41,200). Sum of RGB (Red+Green+Blue) = 168+41+200=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #A829C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829C8 is #57D637. Grayscale: #606060. Windows color (decimal): -5756472 or 13117864. OLE color: 13117864.
HSL color Cylindrical-coordinate representation of color #A829C8: hue angle of 287.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A829C8 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 41 | 200 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.22 |
| HSL | 287.92º | 0.66% | 0.47% | - |
| HSV(B) | 287.92º | 0.8% | 0.78% | - |
| XYZ | 27.37 | 14.08 | 55.92 | - |
| YUV | 97.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 200 | 0.16 | 0.80 | 0 | 0.22 | 287.92 | 0.66 | 0.47 |
| Hex | A8 | 29 | C8 | 10 | 50 | 0 | 16 | 120 | 42 | 2F |
| Octal | 250 | 51 | 310 | 20 | 120 | 0 | 26 | 440 | 102 | 57 |
| Binary | 10101000 | 101001 | 11001000 | 10000 | 1010000 | 0 | 10110 | 100100000 | 1000010 | 101111 |
Color Harmonies of #A829C8
Complementary color
Monochromatic Colors of #A829C8
Black with #A829C8
Text Example
Text Example
White with #A829C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829C8; }
p { color: rgb(168,41,200); }
H1.HeaderClassName
{
color: #A829C8;
}
.AnyTagClassName
{
color: #A829C8;
}
</style>
background-color css
<style>
a { background-color: #A829C8; }
a { background-color: rgb(168,41,200); }
div.DivClassName
{
background-color: #A829C8;
}
.BgClassName
{
background-color: #A829C8;
}
</style>
border-color css
<style>
span { border-color: #A829C8; }
span { border-color: rgb(168,41,200); }
td.TdClassName
{
border-color: #A829C8;
}
.TagClassName
{
border-color: #A829C8;
}
</style>