Shades of Dark Orchid #A32ACE
Tints of Dark Orchid #A32ACE
RGB
CMYK
RGB Variations
Color information
#A32ACE (or 0xA32ACE) is known color: Dark Orchid. HEX triplet: A3, 2A and CE. RGB value is (163,42,206). Sum of RGB (Red+Green+Blue) = 163+42+206=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #A32ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ACE is #5CD531. Grayscale: #606060. Windows color (decimal): -6083890 or 13511331. OLE color: 13511331.
HSL color Cylindrical-coordinate representation of color #A32ACE: hue angle of 284.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32ACE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 42 | 206 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.19 |
| HSL | 284.27º | 0.66% | 0.49% | - |
| HSV(B) | 284.27º | 0.8% | 0.81% | - |
| XYZ | 27.07 | 13.9 | 59.65 | - |
| YUV | 96.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 206 | 0.21 | 0.80 | 0 | 0.19 | 284.27 | 0.66 | 0.49 |
| Hex | A3 | 2A | CE | 15 | 50 | 0 | 13 | 11C | 42 | 31 |
| Octal | 243 | 52 | 316 | 25 | 120 | 0 | 23 | 434 | 102 | 61 |
| Binary | 10100011 | 101010 | 11001110 | 10101 | 1010000 | 0 | 10011 | 100011100 | 1000010 | 110001 |
Color Harmonies of #A32ACE
Complementary color
Monochromatic Colors of #A32ACE
Black with #A32ACE
Text Example
Text Example
White with #A32ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ACE; }
p { color: rgb(163,42,206); }
H1.HeaderClassName
{
color: #A32ACE;
}
.AnyTagClassName
{
color: #A32ACE;
}
</style>
background-color css
<style>
a { background-color: #A32ACE; }
a { background-color: rgb(163,42,206); }
div.DivClassName
{
background-color: #A32ACE;
}
.BgClassName
{
background-color: #A32ACE;
}
</style>
border-color css
<style>
span { border-color: #A32ACE; }
span { border-color: rgb(163,42,206); }
td.TdClassName
{
border-color: #A32ACE;
}
.TagClassName
{
border-color: #A32ACE;
}
</style>