Shades of Dark Orchid #A327C0
Tints of Dark Orchid #A327C0
RGB
CMYK
RGB Variations
Color information
#A327C0 (or 0xA327C0) is known color: Dark Orchid. HEX triplet: A3, 27 and C0. RGB value is (163,39,192). Sum of RGB (Red+Green+Blue) = 163+39+192=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #A327C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327C0 is #5CD83F. Grayscale: #5D5D5D. Windows color (decimal): -6084672 or 12593059. OLE color: 12593059.
HSL color Cylindrical-coordinate representation of color #A327C0: hue angle of 288.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A327C0 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 39 | 192 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.25 |
| HSL | 288.63º | 0.66% | 0.45% | - |
| HSV(B) | 288.63º | 0.8% | 0.75% | - |
| XYZ | 25.34 | 13.04 | 51.05 | - |
| YUV | 93.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 192 | 0.15 | 0.80 | 0 | 0.25 | 288.63 | 0.66 | 0.45 |
| Hex | A3 | 27 | C0 | F | 50 | 0 | 19 | 121 | 42 | 2D |
| Octal | 243 | 47 | 300 | 17 | 120 | 0 | 31 | 441 | 102 | 55 |
| Binary | 10100011 | 100111 | 11000000 | 1111 | 1010000 | 0 | 11001 | 100100001 | 1000010 | 101101 |
Color Harmonies of #A327C0
Complementary color
Monochromatic Colors of #A327C0
Black with #A327C0
Text Example
Text Example
White with #A327C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327C0; }
p { color: rgb(163,39,192); }
H1.HeaderClassName
{
color: #A327C0;
}
.AnyTagClassName
{
color: #A327C0;
}
</style>
background-color css
<style>
a { background-color: #A327C0; }
a { background-color: rgb(163,39,192); }
div.DivClassName
{
background-color: #A327C0;
}
.BgClassName
{
background-color: #A327C0;
}
</style>
border-color css
<style>
span { border-color: #A327C0; }
span { border-color: rgb(163,39,192); }
td.TdClassName
{
border-color: #A327C0;
}
.TagClassName
{
border-color: #A327C0;
}
</style>