Shades of Dark Orchid #A324C1
Tints of Dark Orchid #A324C1
RGB
CMYK
RGB Variations
Color information
#A324C1 (or 0xA324C1) is known color: Dark Orchid. HEX triplet: A3, 24 and C1. RGB value is (163,36,193). Sum of RGB (Red+Green+Blue) = 163+36+193=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #A324C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324C1 is #5CDB3E. Grayscale: #5B5B5B. Windows color (decimal): -6085439 or 12657827. OLE color: 12657827.
HSL color Cylindrical-coordinate representation of color #A324C1: hue angle of 288.54º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A324C1 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 36 | 193 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.24 |
| HSL | 288.54º | 0.69% | 0.45% | - |
| HSV(B) | 288.54º | 0.81% | 0.76% | - |
| XYZ | 25.36 | 12.9 | 51.61 | - |
| YUV | 91.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 193 | 0.16 | 0.81 | 0 | 0.24 | 288.54 | 0.69 | 0.45 |
| Hex | A3 | 24 | C1 | 10 | 51 | 0 | 18 | 121 | 45 | 2D |
| Octal | 243 | 44 | 301 | 20 | 121 | 0 | 30 | 441 | 105 | 55 |
| Binary | 10100011 | 100100 | 11000001 | 10000 | 1010001 | 0 | 11000 | 100100001 | 1000101 | 101101 |
Color Harmonies of #A324C1
Complementary color
Monochromatic Colors of #A324C1
Black with #A324C1
Text Example
Text Example
White with #A324C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324C1; }
p { color: rgb(163,36,193); }
H1.HeaderClassName
{
color: #A324C1;
}
.AnyTagClassName
{
color: #A324C1;
}
</style>
background-color css
<style>
a { background-color: #A324C1; }
a { background-color: rgb(163,36,193); }
div.DivClassName
{
background-color: #A324C1;
}
.BgClassName
{
background-color: #A324C1;
}
</style>
border-color css
<style>
span { border-color: #A324C1; }
span { border-color: rgb(163,36,193); }
td.TdClassName
{
border-color: #A324C1;
}
.TagClassName
{
border-color: #A324C1;
}
</style>