Shades of Dark Orchid #A32DDE
Tints of Dark Orchid #A32DDE
RGB
CMYK
RGB Variations
Color information
#A32DDE (or 0xA32DDE) is known color: Dark Orchid. HEX triplet: A3, 2D and DE. RGB value is (163,45,222). Sum of RGB (Red+Green+Blue) = 163+45+222=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A32DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DDE is #5CD221. Grayscale: #636363. Windows color (decimal): -6083106 or 14560675. OLE color: 14560675.
HSL color Cylindrical-coordinate representation of color #A32DDE: hue angle of 280º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32DDE is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 45 | 222 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.13 |
| HSL | 280º | 0.73% | 0.52% | - |
| HSV(B) | 280º | 0.8% | 0.87% | - |
| XYZ | 29.23 | 14.94 | 70.45 | - |
| YUV | 100.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 222 | 0.27 | 0.80 | 0 | 0.13 | 280 | 0.73 | 0.52 |
| Hex | A3 | 2D | DE | 1B | 50 | 0 | D | 118 | 49 | 34 |
| Octal | 243 | 55 | 336 | 33 | 120 | 0 | 15 | 430 | 111 | 64 |
| Binary | 10100011 | 101101 | 11011110 | 11011 | 1010000 | 0 | 1101 | 100011000 | 1001001 | 110100 |
Color Harmonies of #A32DDE
Complementary color
Monochromatic Colors of #A32DDE
Black with #A32DDE
Text Example
Text Example
White with #A32DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DDE; }
p { color: rgb(163,45,222); }
H1.HeaderClassName
{
color: #A32DDE;
}
.AnyTagClassName
{
color: #A32DDE;
}
</style>
background-color css
<style>
a { background-color: #A32DDE; }
a { background-color: rgb(163,45,222); }
div.DivClassName
{
background-color: #A32DDE;
}
.BgClassName
{
background-color: #A32DDE;
}
</style>
border-color css
<style>
span { border-color: #A32DDE; }
span { border-color: rgb(163,45,222); }
td.TdClassName
{
border-color: #A32DDE;
}
.TagClassName
{
border-color: #A32DDE;
}
</style>