Shades of Dark Orchid #A829BE
Tints of Dark Orchid #A829BE
RGB
CMYK
RGB Variations
Color information
#A829BE (or 0xA829BE) is known color: Dark Orchid. HEX triplet: A8, 29 and BE. RGB value is (168,41,190). Sum of RGB (Red+Green+Blue) = 168+41+190=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A829BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BE is #57D641. Grayscale: #5F5F5F. Windows color (decimal): -5756482 or 12462504. OLE color: 12462504.
HSL color Cylindrical-coordinate representation of color #A829BE: hue angle of 291.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A829BE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 41 | 190 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.25 |
| HSL | 291.14º | 0.65% | 0.45% | - |
| HSV(B) | 291.14º | 0.78% | 0.75% | - |
| XYZ | 26.24 | 13.63 | 49.96 | - |
| YUV | 95.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 190 | 0.12 | 0.78 | 0 | 0.25 | 291.14 | 0.65 | 0.45 |
| Hex | A8 | 29 | BE | C | 4E | 0 | 19 | 123 | 41 | 2D |
| Octal | 250 | 51 | 276 | 14 | 116 | 0 | 31 | 443 | 101 | 55 |
| Binary | 10101000 | 101001 | 10111110 | 1100 | 1001110 | 0 | 11001 | 100100011 | 1000001 | 101101 |
Color Harmonies of #A829BE
Complementary color
Monochromatic Colors of #A829BE
Black with #A829BE
Text Example
Text Example
White with #A829BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829BE; }
p { color: rgb(168,41,190); }
H1.HeaderClassName
{
color: #A829BE;
}
.AnyTagClassName
{
color: #A829BE;
}
</style>
background-color css
<style>
a { background-color: #A829BE; }
a { background-color: rgb(168,41,190); }
div.DivClassName
{
background-color: #A829BE;
}
.BgClassName
{
background-color: #A829BE;
}
</style>
border-color css
<style>
span { border-color: #A829BE; }
span { border-color: rgb(168,41,190); }
td.TdClassName
{
border-color: #A829BE;
}
.TagClassName
{
border-color: #A829BE;
}
</style>