Shades of Dark Orchid #A32CBD
Tints of Dark Orchid #A32CBD
RGB
CMYK
RGB Variations
Color information
#A32CBD (or 0xA32CBD) is known color: Dark Orchid. HEX triplet: A3, 2C and BD. RGB value is (163,44,189). Sum of RGB (Red+Green+Blue) = 163+44+189=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBD is #5CD342. Grayscale: #5F5F5F. Windows color (decimal): -6083395 or 12397731. OLE color: 12397731.
HSL color Cylindrical-coordinate representation of color #A32CBD: hue angle of 289.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32CBD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 44 | 189 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.26 |
| HSL | 289.24º | 0.62% | 0.46% | - |
| HSV(B) | 289.24º | 0.77% | 0.74% | - |
| XYZ | 25.19 | 13.26 | 49.38 | - |
| YUV | 96.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 189 | 0.14 | 0.77 | 0 | 0.26 | 289.24 | 0.62 | 0.46 |
| Hex | A3 | 2C | BD | E | 4D | 0 | 1A | 121 | 3E | 2E |
| Octal | 243 | 54 | 275 | 16 | 115 | 0 | 32 | 441 | 76 | 56 |
| Binary | 10100011 | 101100 | 10111101 | 1110 | 1001101 | 0 | 11010 | 100100001 | 111110 | 101110 |
Color Harmonies of #A32CBD
Complementary color
Monochromatic Colors of #A32CBD
Black with #A32CBD
Text Example
Text Example
White with #A32CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CBD; }
p { color: rgb(163,44,189); }
H1.HeaderClassName
{
color: #A32CBD;
}
.AnyTagClassName
{
color: #A32CBD;
}
</style>
background-color css
<style>
a { background-color: #A32CBD; }
a { background-color: rgb(163,44,189); }
div.DivClassName
{
background-color: #A32CBD;
}
.BgClassName
{
background-color: #A32CBD;
}
</style>
border-color css
<style>
span { border-color: #A32CBD; }
span { border-color: rgb(163,44,189); }
td.TdClassName
{
border-color: #A32CBD;
}
.TagClassName
{
border-color: #A32CBD;
}
</style>