Shades of Dark Orchid #A32DBD
Tints of Dark Orchid #A32DBD
RGB
CMYK
RGB Variations
Color information
#A32DBD (or 0xA32DBD) is known color: Dark Orchid. HEX triplet: A3, 2D and BD. RGB value is (163,45,189). Sum of RGB (Red+Green+Blue) = 163+45+189=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DBD is #5CD242. Grayscale: #606060. Windows color (decimal): -6083139 or 12397987. OLE color: 12397987.
HSL color Cylindrical-coordinate representation of color #A32DBD: hue angle of 289.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32DBD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 45 | 189 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.26 |
| HSL | 289.17º | 0.62% | 0.46% | - |
| HSV(B) | 289.17º | 0.76% | 0.74% | - |
| XYZ | 25.23 | 13.34 | 49.39 | - |
| YUV | 96.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 189 | 0.14 | 0.76 | 0 | 0.26 | 289.17 | 0.62 | 0.46 |
| Hex | A3 | 2D | BD | E | 4C | 0 | 1A | 121 | 3E | 2E |
| Octal | 243 | 55 | 275 | 16 | 114 | 0 | 32 | 441 | 76 | 56 |
| Binary | 10100011 | 101101 | 10111101 | 1110 | 1001100 | 0 | 11010 | 100100001 | 111110 | 101110 |
Color Harmonies of #A32DBD
Complementary color
Monochromatic Colors of #A32DBD
Black with #A32DBD
Text Example
Text Example
White with #A32DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DBD; }
p { color: rgb(163,45,189); }
H1.HeaderClassName
{
color: #A32DBD;
}
.AnyTagClassName
{
color: #A32DBD;
}
</style>
background-color css
<style>
a { background-color: #A32DBD; }
a { background-color: rgb(163,45,189); }
div.DivClassName
{
background-color: #A32DBD;
}
.BgClassName
{
background-color: #A32DBD;
}
</style>
border-color css
<style>
span { border-color: #A32DBD; }
span { border-color: rgb(163,45,189); }
td.TdClassName
{
border-color: #A32DBD;
}
.TagClassName
{
border-color: #A32DBD;
}
</style>