Shades of Dark Orchid #A324C9
Tints of Dark Orchid #A324C9
RGB
CMYK
RGB Variations
Color information
#A324C9 (or 0xA324C9) is known color: Dark Orchid. HEX triplet: A3, 24 and C9. RGB value is (163,36,201). Sum of RGB (Red+Green+Blue) = 163+36+201=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #A324C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324C9 is #5CDB36. Grayscale: #5C5C5C. Windows color (decimal): -6085431 or 13182115. OLE color: 13182115.
HSL color Cylindrical-coordinate representation of color #A324C9: hue angle of 286.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A324C9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 36 | 201 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.21 |
| HSL | 286.18º | 0.7% | 0.46% | - |
| HSV(B) | 286.18º | 0.82% | 0.79% | - |
| XYZ | 26.28 | 13.27 | 56.43 | - |
| YUV | 92.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 201 | 0.19 | 0.82 | 0 | 0.21 | 286.18 | 0.7 | 0.46 |
| Hex | A3 | 24 | C9 | 13 | 52 | 0 | 15 | 11E | 46 | 2E |
| Octal | 243 | 44 | 311 | 23 | 122 | 0 | 25 | 436 | 106 | 56 |
| Binary | 10100011 | 100100 | 11001001 | 10011 | 1010010 | 0 | 10101 | 100011110 | 1000110 | 101110 |
Color Harmonies of #A324C9
Complementary color
Monochromatic Colors of #A324C9
Black with #A324C9
Text Example
Text Example
White with #A324C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324C9; }
p { color: rgb(163,36,201); }
H1.HeaderClassName
{
color: #A324C9;
}
.AnyTagClassName
{
color: #A324C9;
}
</style>
background-color css
<style>
a { background-color: #A324C9; }
a { background-color: rgb(163,36,201); }
div.DivClassName
{
background-color: #A324C9;
}
.BgClassName
{
background-color: #A324C9;
}
</style>
border-color css
<style>
span { border-color: #A324C9; }
span { border-color: rgb(163,36,201); }
td.TdClassName
{
border-color: #A324C9;
}
.TagClassName
{
border-color: #A324C9;
}
</style>