Shades of Dark Orchid #A329E4
Tints of Dark Orchid #A329E4
RGB
CMYK
RGB Variations
Color information
#A329E4 (or 0xA329E4) is known color: Dark Orchid. HEX triplet: A3, 29 and E4. RGB value is (163,41,228). Sum of RGB (Red+Green+Blue) = 163+41+228=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #A329E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329E4 is #5CD61B. Grayscale: #626262. Windows color (decimal): -6084124 or 14952867. OLE color: 14952867.
HSL color Cylindrical-coordinate representation of color #A329E4: hue angle of 279.14º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A329E4 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 41 | 228 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.11 |
| HSL | 279.14º | 0.78% | 0.53% | - |
| HSV(B) | 279.14º | 0.82% | 0.89% | - |
| XYZ | 29.9 | 14.97 | 74.71 | - |
| YUV | 98.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 228 | 0.29 | 0.82 | 0 | 0.11 | 279.14 | 0.78 | 0.53 |
| Hex | A3 | 29 | E4 | 1D | 52 | 0 | B | 117 | 4E | 35 |
| Octal | 243 | 51 | 344 | 35 | 122 | 0 | 13 | 427 | 116 | 65 |
| Binary | 10100011 | 101001 | 11100100 | 11101 | 1010010 | 0 | 1011 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A329E4
Complementary color
Monochromatic Colors of #A329E4
Black with #A329E4
Text Example
Text Example
White with #A329E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329E4; }
p { color: rgb(163,41,228); }
H1.HeaderClassName
{
color: #A329E4;
}
.AnyTagClassName
{
color: #A329E4;
}
</style>
background-color css
<style>
a { background-color: #A329E4; }
a { background-color: rgb(163,41,228); }
div.DivClassName
{
background-color: #A329E4;
}
.BgClassName
{
background-color: #A329E4;
}
</style>
border-color css
<style>
span { border-color: #A329E4; }
span { border-color: rgb(163,41,228); }
td.TdClassName
{
border-color: #A329E4;
}
.TagClassName
{
border-color: #A329E4;
}
</style>