Shades of Dark Orchid #A32BCD
Tints of Dark Orchid #A32BCD
RGB
CMYK
RGB Variations
Color information
#A32BCD (or 0xA32BCD) is known color: Dark Orchid. HEX triplet: A3, 2B and CD. RGB value is (163,43,205). Sum of RGB (Red+Green+Blue) = 163+43+205=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #A32BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BCD is #5CD432. Grayscale: #606060. Windows color (decimal): -6083635 or 13446051. OLE color: 13446051.
HSL color Cylindrical-coordinate representation of color #A32BCD: hue angle of 284.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32BCD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 43 | 205 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.20 |
| HSL | 284.44º | 0.65% | 0.49% | - |
| HSV(B) | 284.44º | 0.79% | 0.8% | - |
| XYZ | 26.99 | 13.92 | 59.02 | - |
| YUV | 97.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 205 | 0.20 | 0.79 | 0 | 0.20 | 284.44 | 0.65 | 0.49 |
| Hex | A3 | 2B | CD | 14 | 4F | 0 | 14 | 11C | 41 | 31 |
| Octal | 243 | 53 | 315 | 24 | 117 | 0 | 24 | 434 | 101 | 61 |
| Binary | 10100011 | 101011 | 11001101 | 10100 | 1001111 | 0 | 10100 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A32BCD
Complementary color
Monochromatic Colors of #A32BCD
Black with #A32BCD
Text Example
Text Example
White with #A32BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BCD; }
p { color: rgb(163,43,205); }
H1.HeaderClassName
{
color: #A32BCD;
}
.AnyTagClassName
{
color: #A32BCD;
}
</style>
background-color css
<style>
a { background-color: #A32BCD; }
a { background-color: rgb(163,43,205); }
div.DivClassName
{
background-color: #A32BCD;
}
.BgClassName
{
background-color: #A32BCD;
}
</style>
border-color css
<style>
span { border-color: #A32BCD; }
span { border-color: rgb(163,43,205); }
td.TdClassName
{
border-color: #A32BCD;
}
.TagClassName
{
border-color: #A32BCD;
}
</style>