Shades of Dark Orchid #A829CE
Tints of Dark Orchid #A829CE
RGB
CMYK
RGB Variations
Color information
#A829CE (or 0xA829CE) is known color: Dark Orchid. HEX triplet: A8, 29 and CE. RGB value is (168,41,206). Sum of RGB (Red+Green+Blue) = 168+41+206=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A829CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829CE is #57D631. Grayscale: #616161. Windows color (decimal): -5756466 or 13511080. OLE color: 13511080.
HSL color Cylindrical-coordinate representation of color #A829CE: hue angle of 286.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A829CE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 41 | 206 | - |
CMYK | 0.18 | 0.80 | 0 | 0.19 |
HSL | 286.18º | 0.67% | 0.48% | - |
HSV(B) | 286.18º | 0.8% | 0.81% | - |
XYZ | 28.08 | 14.37 | 59.69 | - |
YUV | 97.78 | 189.08 | 178.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 41 | 206 | 0.18 | 0.80 | 0 | 0.19 | 286.18 | 0.67 | 0.48 |
Hex | A8 | 29 | CE | 12 | 50 | 0 | 13 | 11E | 43 | 30 |
Octal | 250 | 51 | 316 | 22 | 120 | 0 | 23 | 436 | 103 | 60 |
Binary | 10101000 | 101001 | 11001110 | 10010 | 1010000 | 0 | 10011 | 100011110 | 1000011 | 110000 |
Color Harmonies of #A829CE
Complementary color
Monochromatic Colors of #A829CE
Black with #A829CE
Text Example
Text Example
White with #A829CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829CE; }
p { color: rgb(168,41,206); }
H1.HeaderClassName
{
color: #A829CE;
}
.AnyTagClassName
{
color: #A829CE;
}
</style>
background-color css
<style>
a { background-color: #A829CE; }
a { background-color: rgb(168,41,206); }
div.DivClassName
{
background-color: #A829CE;
}
.BgClassName
{
background-color: #A829CE;
}
</style>
border-color css
<style>
span { border-color: #A829CE; }
span { border-color: rgb(168,41,206); }
td.TdClassName
{
border-color: #A829CE;
}
.TagClassName
{
border-color: #A829CE;
}
</style>