Shades of Dark Orchid #A32ED3
Tints of Dark Orchid #A32ED3
RGB
CMYK
RGB Variations
Color information
#A32ED3 (or 0xA32ED3) is known color: Dark Orchid. HEX triplet: A3, 2E and D3. RGB value is (163,46,211). Sum of RGB (Red+Green+Blue) = 163+46+211=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #A32ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED3 is #5CD12C. Grayscale: #636363. Windows color (decimal): -6082861 or 13840035. OLE color: 13840035.
HSL color Cylindrical-coordinate representation of color #A32ED3: hue angle of 282.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ED3 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 46 | 211 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.17 |
| HSL | 282.55º | 0.65% | 0.5% | - |
| HSV(B) | 282.55º | 0.78% | 0.83% | - |
| XYZ | 27.84 | 14.44 | 62.95 | - |
| YUV | 99.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 211 | 0.23 | 0.78 | 0 | 0.17 | 282.55 | 0.65 | 0.5 |
| Hex | A3 | 2E | D3 | 17 | 4E | 0 | 11 | 11B | 41 | 32 |
| Octal | 243 | 56 | 323 | 27 | 116 | 0 | 21 | 433 | 101 | 62 |
| Binary | 10100011 | 101110 | 11010011 | 10111 | 1001110 | 0 | 10001 | 100011011 | 1000001 | 110010 |
Color Harmonies of #A32ED3
Complementary color
Monochromatic Colors of #A32ED3
Black with #A32ED3
Text Example
Text Example
White with #A32ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ED3; }
p { color: rgb(163,46,211); }
H1.HeaderClassName
{
color: #A32ED3;
}
.AnyTagClassName
{
color: #A32ED3;
}
</style>
background-color css
<style>
a { background-color: #A32ED3; }
a { background-color: rgb(163,46,211); }
div.DivClassName
{
background-color: #A32ED3;
}
.BgClassName
{
background-color: #A32ED3;
}
</style>
border-color css
<style>
span { border-color: #A32ED3; }
span { border-color: rgb(163,46,211); }
td.TdClassName
{
border-color: #A32ED3;
}
.TagClassName
{
border-color: #A32ED3;
}
</style>