Shades of Dark Orchid #A327D9
Tints of Dark Orchid #A327D9
RGB
CMYK
RGB Variations
Color information
#A327D9 (or 0xA327D9) is known color: Dark Orchid. HEX triplet: A3, 27 and D9. RGB value is (163,39,217). Sum of RGB (Red+Green+Blue) = 163+39+217=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #A327D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327D9 is #5CD826. Grayscale: #5F5F5F. Windows color (decimal): -6084647 or 14231459. OLE color: 14231459.
HSL color Cylindrical-coordinate representation of color #A327D9: hue angle of 281.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A327D9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 39 | 217 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.15 |
| HSL | 281.8º | 0.7% | 0.5% | - |
| HSV(B) | 281.8º | 0.82% | 0.85% | - |
| XYZ | 28.35 | 14.25 | 66.9 | - |
| YUV | 96.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 217 | 0.25 | 0.82 | 0 | 0.15 | 281.8 | 0.7 | 0.5 |
| Hex | A3 | 27 | D9 | 19 | 52 | 0 | F | 11A | 46 | 32 |
| Octal | 243 | 47 | 331 | 31 | 122 | 0 | 17 | 432 | 106 | 62 |
| Binary | 10100011 | 100111 | 11011001 | 11001 | 1010010 | 0 | 1111 | 100011010 | 1000110 | 110010 |
Color Harmonies of #A327D9
Complementary color
Monochromatic Colors of #A327D9
Black with #A327D9
Text Example
Text Example
White with #A327D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327D9; }
p { color: rgb(163,39,217); }
H1.HeaderClassName
{
color: #A327D9;
}
.AnyTagClassName
{
color: #A327D9;
}
</style>
background-color css
<style>
a { background-color: #A327D9; }
a { background-color: rgb(163,39,217); }
div.DivClassName
{
background-color: #A327D9;
}
.BgClassName
{
background-color: #A327D9;
}
</style>
border-color css
<style>
span { border-color: #A327D9; }
span { border-color: rgb(163,39,217); }
td.TdClassName
{
border-color: #A327D9;
}
.TagClassName
{
border-color: #A327D9;
}
</style>