Shades of Dark Orchid #A324BC
Tints of Dark Orchid #A324BC
RGB
CMYK
RGB Variations
Color information
#A324BC (or 0xA324BC) is known color: Dark Orchid. HEX triplet: A3, 24 and BC. RGB value is (163,36,188). Sum of RGB (Red+Green+Blue) = 163+36+188=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A324BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324BC is #5CDB43. Grayscale: #5A5A5A. Windows color (decimal): -6085444 or 12330147. OLE color: 12330147.
HSL color Cylindrical-coordinate representation of color #A324BC: hue angle of 290.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A324BC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 36 | 188 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.26 |
| HSL | 290.13º | 0.68% | 0.44% | - |
| HSV(B) | 290.13º | 0.81% | 0.74% | - |
| XYZ | 24.81 | 12.68 | 48.72 | - |
| YUV | 91.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 188 | 0.13 | 0.81 | 0 | 0.26 | 290.13 | 0.68 | 0.44 |
| Hex | A3 | 24 | BC | D | 51 | 0 | 1A | 122 | 44 | 2C |
| Octal | 243 | 44 | 274 | 15 | 121 | 0 | 32 | 442 | 104 | 54 |
| Binary | 10100011 | 100100 | 10111100 | 1101 | 1010001 | 0 | 11010 | 100100010 | 1000100 | 101100 |
Color Harmonies of #A324BC
Complementary color
Monochromatic Colors of #A324BC
Black with #A324BC
Text Example
Text Example
White with #A324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324BC; }
p { color: rgb(163,36,188); }
H1.HeaderClassName
{
color: #A324BC;
}
.AnyTagClassName
{
color: #A324BC;
}
</style>
background-color css
<style>
a { background-color: #A324BC; }
a { background-color: rgb(163,36,188); }
div.DivClassName
{
background-color: #A324BC;
}
.BgClassName
{
background-color: #A324BC;
}
</style>
border-color css
<style>
span { border-color: #A324BC; }
span { border-color: rgb(163,36,188); }
td.TdClassName
{
border-color: #A324BC;
}
.TagClassName
{
border-color: #A324BC;
}
</style>