Shades of Dark Orchid #A32ED5
Tints of Dark Orchid #A32ED5
RGB
CMYK
RGB Variations
Color information
#A32ED5 (or 0xA32ED5) is known color: Dark Orchid. HEX triplet: A3, 2E and D5. RGB value is (163,46,213). Sum of RGB (Red+Green+Blue) = 163+46+213=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #A32ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED5 is #5CD12A. Grayscale: #636363. Windows color (decimal): -6082859 or 13971107. OLE color: 13971107.
HSL color Cylindrical-coordinate representation of color #A32ED5: hue angle of 282.04º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ED5 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 46 | 213 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.16 |
| HSL | 282.04º | 0.67% | 0.51% | - |
| HSV(B) | 282.04º | 0.78% | 0.84% | - |
| XYZ | 28.09 | 14.54 | 64.28 | - |
| YUV | 100.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 213 | 0.23 | 0.78 | 0 | 0.16 | 282.04 | 0.67 | 0.51 |
| Hex | A3 | 2E | D5 | 17 | 4E | 0 | 10 | 11A | 43 | 33 |
| Octal | 243 | 56 | 325 | 27 | 116 | 0 | 20 | 432 | 103 | 63 |
| Binary | 10100011 | 101110 | 11010101 | 10111 | 1001110 | 0 | 10000 | 100011010 | 1000011 | 110011 |
Color Harmonies of #A32ED5
Complementary color
Monochromatic Colors of #A32ED5
Black with #A32ED5
Text Example
Text Example
White with #A32ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ED5; }
p { color: rgb(163,46,213); }
H1.HeaderClassName
{
color: #A32ED5;
}
.AnyTagClassName
{
color: #A32ED5;
}
</style>
background-color css
<style>
a { background-color: #A32ED5; }
a { background-color: rgb(163,46,213); }
div.DivClassName
{
background-color: #A32ED5;
}
.BgClassName
{
background-color: #A32ED5;
}
</style>
border-color css
<style>
span { border-color: #A32ED5; }
span { border-color: rgb(163,46,213); }
td.TdClassName
{
border-color: #A32ED5;
}
.TagClassName
{
border-color: #A32ED5;
}
</style>