Shades of Dark Orchid #A829CA
Tints of Dark Orchid #A829CA
RGB
CMYK
RGB Variations
Color information
#A829CA (or 0xA829CA) is known color: Dark Orchid. HEX triplet: A8, 29 and CA. RGB value is (168,41,202). Sum of RGB (Red+Green+Blue) = 168+41+202=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #A829CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829CA is #57D635. Grayscale: #606060. Windows color (decimal): -5756470 or 13248936. OLE color: 13248936.
HSL color Cylindrical-coordinate representation of color #A829CA: hue angle of 287.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A829CA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 41 | 202 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.21 |
| HSL | 287.33º | 0.66% | 0.48% | - |
| HSV(B) | 287.33º | 0.8% | 0.79% | - |
| XYZ | 27.6 | 14.17 | 57.16 | - |
| YUV | 97.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 202 | 0.17 | 0.80 | 0 | 0.21 | 287.33 | 0.66 | 0.48 |
| Hex | A8 | 29 | CA | 11 | 50 | 0 | 15 | 11F | 42 | 30 |
| Octal | 250 | 51 | 312 | 21 | 120 | 0 | 25 | 437 | 102 | 60 |
| Binary | 10101000 | 101001 | 11001010 | 10001 | 1010000 | 0 | 10101 | 100011111 | 1000010 | 110000 |
Color Harmonies of #A829CA
Complementary color
Monochromatic Colors of #A829CA
Black with #A829CA
Text Example
Text Example
White with #A829CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829CA; }
p { color: rgb(168,41,202); }
H1.HeaderClassName
{
color: #A829CA;
}
.AnyTagClassName
{
color: #A829CA;
}
</style>
background-color css
<style>
a { background-color: #A829CA; }
a { background-color: rgb(168,41,202); }
div.DivClassName
{
background-color: #A829CA;
}
.BgClassName
{
background-color: #A829CA;
}
</style>
border-color css
<style>
span { border-color: #A829CA; }
span { border-color: rgb(168,41,202); }
td.TdClassName
{
border-color: #A829CA;
}
.TagClassName
{
border-color: #A829CA;
}
</style>