Shades of Dark Orchid #A324BA
Tints of Dark Orchid #A324BA
RGB
CMYK
RGB Variations
Color information
#A324BA (or 0xA324BA) is known color: Dark Orchid. HEX triplet: A3, 24 and BA. RGB value is (163,36,186). Sum of RGB (Red+Green+Blue) = 163+36+186=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A324BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324BA is #5CDB45. Grayscale: #5A5A5A. Windows color (decimal): -6085446 or 12199075. OLE color: 12199075.
HSL color Cylindrical-coordinate representation of color #A324BA: hue angle of 290.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A324BA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 36 | 186 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.27 |
| HSL | 290.8º | 0.68% | 0.44% | - |
| HSV(B) | 290.8º | 0.81% | 0.73% | - |
| XYZ | 24.6 | 12.59 | 47.59 | - |
| YUV | 91.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 186 | 0.12 | 0.81 | 0 | 0.27 | 290.8 | 0.68 | 0.44 |
| Hex | A3 | 24 | BA | C | 51 | 0 | 1B | 123 | 44 | 2C |
| Octal | 243 | 44 | 272 | 14 | 121 | 0 | 33 | 443 | 104 | 54 |
| Binary | 10100011 | 100100 | 10111010 | 1100 | 1010001 | 0 | 11011 | 100100011 | 1000100 | 101100 |
Color Harmonies of #A324BA
Complementary color
Monochromatic Colors of #A324BA
Black with #A324BA
Text Example
Text Example
White with #A324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324BA; }
p { color: rgb(163,36,186); }
H1.HeaderClassName
{
color: #A324BA;
}
.AnyTagClassName
{
color: #A324BA;
}
</style>
background-color css
<style>
a { background-color: #A324BA; }
a { background-color: rgb(163,36,186); }
div.DivClassName
{
background-color: #A324BA;
}
.BgClassName
{
background-color: #A324BA;
}
</style>
border-color css
<style>
span { border-color: #A324BA; }
span { border-color: rgb(163,36,186); }
td.TdClassName
{
border-color: #A324BA;
}
.TagClassName
{
border-color: #A324BA;
}
</style>