Shades of Dark Orchid #A32EDD
Tints of Dark Orchid #A32EDD
RGB
CMYK
RGB Variations
Color information
#A32EDD (or 0xA32EDD) is known color: Dark Orchid. HEX triplet: A3, 2E and DD. RGB value is (163,46,221). Sum of RGB (Red+Green+Blue) = 163+46+221=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A32EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EDD is #5CD122. Grayscale: #646464. Windows color (decimal): -6082851 or 14495395. OLE color: 14495395.
HSL color Cylindrical-coordinate representation of color #A32EDD: hue angle of 280.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32EDD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 46 | 221 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.13 |
| HSL | 280.11º | 0.72% | 0.52% | - |
| HSV(B) | 280.11º | 0.79% | 0.87% | - |
| XYZ | 29.13 | 14.96 | 69.76 | - |
| YUV | 100.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 221 | 0.26 | 0.79 | 0 | 0.13 | 280.11 | 0.72 | 0.52 |
| Hex | A3 | 2E | DD | 1A | 4F | 0 | D | 118 | 48 | 34 |
| Octal | 243 | 56 | 335 | 32 | 117 | 0 | 15 | 430 | 110 | 64 |
| Binary | 10100011 | 101110 | 11011101 | 11010 | 1001111 | 0 | 1101 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A32EDD
Complementary color
Monochromatic Colors of #A32EDD
Black with #A32EDD
Text Example
Text Example
White with #A32EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EDD; }
p { color: rgb(163,46,221); }
H1.HeaderClassName
{
color: #A32EDD;
}
.AnyTagClassName
{
color: #A32EDD;
}
</style>
background-color css
<style>
a { background-color: #A32EDD; }
a { background-color: rgb(163,46,221); }
div.DivClassName
{
background-color: #A32EDD;
}
.BgClassName
{
background-color: #A32EDD;
}
</style>
border-color css
<style>
span { border-color: #A32EDD; }
span { border-color: rgb(163,46,221); }
td.TdClassName
{
border-color: #A32EDD;
}
.TagClassName
{
border-color: #A32EDD;
}
</style>