Shades of Dark Orchid #A329DF
Tints of Dark Orchid #A329DF
RGB
CMYK
RGB Variations
Color information
#A329DF (or 0xA329DF) is known color: Dark Orchid. HEX triplet: A3, 29 and DF. RGB value is (163,41,223). Sum of RGB (Red+Green+Blue) = 163+41+223=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A329DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329DF is #5CD620. Grayscale: #616161. Windows color (decimal): -6084129 or 14625187. OLE color: 14625187.
HSL color Cylindrical-coordinate representation of color #A329DF: hue angle of 280.22º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A329DF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 41 | 223 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280.22º | 0.74% | 0.52% | - |
| HSV(B) | 280.22º | 0.82% | 0.87% | - |
| XYZ | 29.22 | 14.7 | 71.11 | - |
| YUV | 98.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 223 | 0.27 | 0.82 | 0 | 0.13 | 280.22 | 0.74 | 0.52 |
| Hex | A3 | 29 | DF | 1B | 52 | 0 | D | 118 | 4A | 34 |
| Octal | 243 | 51 | 337 | 33 | 122 | 0 | 15 | 430 | 112 | 64 |
| Binary | 10100011 | 101001 | 11011111 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001010 | 110100 |
Color Harmonies of #A329DF
Complementary color
Monochromatic Colors of #A329DF
Black with #A329DF
Text Example
Text Example
White with #A329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329DF; }
p { color: rgb(163,41,223); }
H1.HeaderClassName
{
color: #A329DF;
}
.AnyTagClassName
{
color: #A329DF;
}
</style>
background-color css
<style>
a { background-color: #A329DF; }
a { background-color: rgb(163,41,223); }
div.DivClassName
{
background-color: #A329DF;
}
.BgClassName
{
background-color: #A329DF;
}
</style>
border-color css
<style>
span { border-color: #A329DF; }
span { border-color: rgb(163,41,223); }
td.TdClassName
{
border-color: #A329DF;
}
.TagClassName
{
border-color: #A329DF;
}
</style>