Shades of Dark Orchid #A329DB
Tints of Dark Orchid #A329DB
RGB
CMYK
RGB Variations
Color information
#A329DB (or 0xA329DB) is known color: Dark Orchid. HEX triplet: A3, 29 and DB. RGB value is (163,41,219). Sum of RGB (Red+Green+Blue) = 163+41+219=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A329DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329DB is #5CD624. Grayscale: #616161. Windows color (decimal): -6084133 or 14363043. OLE color: 14363043.
HSL color Cylindrical-coordinate representation of color #A329DB: hue angle of 281.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A329DB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 41 | 219 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.14 |
| HSL | 281.12º | 0.71% | 0.51% | - |
| HSV(B) | 281.12º | 0.81% | 0.86% | - |
| XYZ | 28.68 | 14.49 | 68.3 | - |
| YUV | 97.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 219 | 0.26 | 0.81 | 0 | 0.14 | 281.12 | 0.71 | 0.51 |
| Hex | A3 | 29 | DB | 1A | 51 | 0 | E | 119 | 47 | 33 |
| Octal | 243 | 51 | 333 | 32 | 121 | 0 | 16 | 431 | 107 | 63 |
| Binary | 10100011 | 101001 | 11011011 | 11010 | 1010001 | 0 | 1110 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A329DB
Complementary color
Monochromatic Colors of #A329DB
Black with #A329DB
Text Example
Text Example
White with #A329DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329DB; }
p { color: rgb(163,41,219); }
H1.HeaderClassName
{
color: #A329DB;
}
.AnyTagClassName
{
color: #A329DB;
}
</style>
background-color css
<style>
a { background-color: #A329DB; }
a { background-color: rgb(163,41,219); }
div.DivClassName
{
background-color: #A329DB;
}
.BgClassName
{
background-color: #A329DB;
}
</style>
border-color css
<style>
span { border-color: #A329DB; }
span { border-color: rgb(163,41,219); }
td.TdClassName
{
border-color: #A329DB;
}
.TagClassName
{
border-color: #A329DB;
}
</style>