Shades of Dark Orchid #A327C9
Tints of Dark Orchid #A327C9
RGB
CMYK
RGB Variations
Color information
#A327C9 (or 0xA327C9) is known color: Dark Orchid. HEX triplet: A3, 27 and C9. RGB value is (163,39,201). Sum of RGB (Red+Green+Blue) = 163+39+201=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #A327C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327C9 is #5CD836. Grayscale: #5E5E5E. Windows color (decimal): -6084663 or 13182883. OLE color: 13182883.
HSL color Cylindrical-coordinate representation of color #A327C9: hue angle of 285.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A327C9 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 39 | 201 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.21 |
| HSL | 285.93º | 0.68% | 0.47% | - |
| HSV(B) | 285.93º | 0.81% | 0.79% | - |
| XYZ | 26.37 | 13.45 | 56.47 | - |
| YUV | 94.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 201 | 0.19 | 0.81 | 0 | 0.21 | 285.93 | 0.68 | 0.47 |
| Hex | A3 | 27 | C9 | 13 | 51 | 0 | 15 | 11E | 44 | 2F |
| Octal | 243 | 47 | 311 | 23 | 121 | 0 | 25 | 436 | 104 | 57 |
| Binary | 10100011 | 100111 | 11001001 | 10011 | 1010001 | 0 | 10101 | 100011110 | 1000100 | 101111 |
Color Harmonies of #A327C9
Complementary color
Monochromatic Colors of #A327C9
Black with #A327C9
Text Example
Text Example
White with #A327C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327C9; }
p { color: rgb(163,39,201); }
H1.HeaderClassName
{
color: #A327C9;
}
.AnyTagClassName
{
color: #A327C9;
}
</style>
background-color css
<style>
a { background-color: #A327C9; }
a { background-color: rgb(163,39,201); }
div.DivClassName
{
background-color: #A327C9;
}
.BgClassName
{
background-color: #A327C9;
}
</style>
border-color css
<style>
span { border-color: #A327C9; }
span { border-color: rgb(163,39,201); }
td.TdClassName
{
border-color: #A327C9;
}
.TagClassName
{
border-color: #A327C9;
}
</style>