Shades of Dark Orchid #A32ED9
Tints of Dark Orchid #A32ED9
RGB
CMYK
RGB Variations
Color information
#A32ED9 (or 0xA32ED9) is known color: Dark Orchid. HEX triplet: A3, 2E and D9. RGB value is (163,46,217). Sum of RGB (Red+Green+Blue) = 163+46+217=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #A32ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED9 is #5CD126. Grayscale: #636363. Windows color (decimal): -6082855 or 14233251. OLE color: 14233251.
HSL color Cylindrical-coordinate representation of color #A32ED9: hue angle of 281.05º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32ED9 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 46 | 217 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.15 |
| HSL | 281.05º | 0.69% | 0.52% | - |
| HSV(B) | 281.05º | 0.79% | 0.85% | - |
| XYZ | 28.61 | 14.75 | 66.99 | - |
| YUV | 100.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 217 | 0.25 | 0.79 | 0 | 0.15 | 281.05 | 0.69 | 0.52 |
| Hex | A3 | 2E | D9 | 19 | 4F | 0 | F | 119 | 45 | 34 |
| Octal | 243 | 56 | 331 | 31 | 117 | 0 | 17 | 431 | 105 | 64 |
| Binary | 10100011 | 101110 | 11011001 | 11001 | 1001111 | 0 | 1111 | 100011001 | 1000101 | 110100 |
Color Harmonies of #A32ED9
Complementary color
Monochromatic Colors of #A32ED9
Black with #A32ED9
Text Example
Text Example
White with #A32ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ED9; }
p { color: rgb(163,46,217); }
H1.HeaderClassName
{
color: #A32ED9;
}
.AnyTagClassName
{
color: #A32ED9;
}
</style>
background-color css
<style>
a { background-color: #A32ED9; }
a { background-color: rgb(163,46,217); }
div.DivClassName
{
background-color: #A32ED9;
}
.BgClassName
{
background-color: #A32ED9;
}
</style>
border-color css
<style>
span { border-color: #A32ED9; }
span { border-color: rgb(163,46,217); }
td.TdClassName
{
border-color: #A32ED9;
}
.TagClassName
{
border-color: #A32ED9;
}
</style>