Shades of Dark Orchid #A329B6
Tints of Dark Orchid #A329B6
RGB
CMYK
RGB Variations
Color information
#A329B6 (or 0xA329B6) is known color: Dark Orchid. HEX triplet: A3, 29 and B6. RGB value is (163,41,182). Sum of RGB (Red+Green+Blue) = 163+41+182=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #A329B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329B6 is #5CD649. Grayscale: #5D5D5D. Windows color (decimal): -6084170 or 11938211. OLE color: 11938211.
HSL color Cylindrical-coordinate representation of color #A329B6: hue angle of 291.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A329B6 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 41 | 182 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.29 |
| HSL | 291.91º | 0.63% | 0.44% | - |
| HSV(B) | 291.91º | 0.77% | 0.71% | - |
| XYZ | 24.34 | 12.75 | 45.43 | - |
| YUV | 93.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 182 | 0.10 | 0.77 | 0 | 0.29 | 291.91 | 0.63 | 0.44 |
| Hex | A3 | 29 | B6 | A | 4D | 0 | 1D | 124 | 3F | 2C |
| Octal | 243 | 51 | 266 | 12 | 115 | 0 | 35 | 444 | 77 | 54 |
| Binary | 10100011 | 101001 | 10110110 | 1010 | 1001101 | 0 | 11101 | 100100100 | 111111 | 101100 |
Color Harmonies of #A329B6
Complementary color
Monochromatic Colors of #A329B6
Black with #A329B6
Text Example
Text Example
White with #A329B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329B6; }
p { color: rgb(163,41,182); }
H1.HeaderClassName
{
color: #A329B6;
}
.AnyTagClassName
{
color: #A329B6;
}
</style>
background-color css
<style>
a { background-color: #A329B6; }
a { background-color: rgb(163,41,182); }
div.DivClassName
{
background-color: #A329B6;
}
.BgClassName
{
background-color: #A329B6;
}
</style>
border-color css
<style>
span { border-color: #A329B6; }
span { border-color: rgb(163,41,182); }
td.TdClassName
{
border-color: #A329B6;
}
.TagClassName
{
border-color: #A329B6;
}
</style>