Shades of Dark Orchid #A32DB2
Tints of Dark Orchid #A32DB2
RGB
CMYK
RGB Variations
Color information
#A32DB2 (or 0xA32DB2) is known color: Dark Orchid. HEX triplet: A3, 2D and B2. RGB value is (163,45,178). Sum of RGB (Red+Green+Blue) = 163+45+178=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #A32DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DB2 is #5CD24D. Grayscale: #5F5F5F. Windows color (decimal): -6083150 or 11677091. OLE color: 11677091.
HSL color Cylindrical-coordinate representation of color #A32DB2: hue angle of 293.23º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32DB2 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 45 | 178 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.30 |
| HSL | 293.23º | 0.6% | 0.44% | - |
| HSV(B) | 293.23º | 0.75% | 0.7% | - |
| XYZ | 24.08 | 12.88 | 43.34 | - |
| YUV | 95.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 178 | 0.08 | 0.75 | 0 | 0.30 | 293.23 | 0.6 | 0.44 |
| Hex | A3 | 2D | B2 | 8 | 4B | 0 | 1E | 125 | 3C | 2C |
| Octal | 243 | 55 | 262 | 10 | 113 | 0 | 36 | 445 | 74 | 54 |
| Binary | 10100011 | 101101 | 10110010 | 1000 | 1001011 | 0 | 11110 | 100100101 | 111100 | 101100 |
Color Harmonies of #A32DB2
Complementary color
Monochromatic Colors of #A32DB2
Black with #A32DB2
Text Example
Text Example
White with #A32DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DB2; }
p { color: rgb(163,45,178); }
H1.HeaderClassName
{
color: #A32DB2;
}
.AnyTagClassName
{
color: #A32DB2;
}
</style>
background-color css
<style>
a { background-color: #A32DB2; }
a { background-color: rgb(163,45,178); }
div.DivClassName
{
background-color: #A32DB2;
}
.BgClassName
{
background-color: #A32DB2;
}
</style>
border-color css
<style>
span { border-color: #A32DB2; }
span { border-color: rgb(163,45,178); }
td.TdClassName
{
border-color: #A32DB2;
}
.TagClassName
{
border-color: #A32DB2;
}
</style>