Shades of Dark Orchid #A32CBB
Tints of Dark Orchid #A32CBB
RGB
CMYK
RGB Variations
Color information
#A32CBB (or 0xA32CBB) is known color: Dark Orchid. HEX triplet: A3, 2C and BB. RGB value is (163,44,187). Sum of RGB (Red+Green+Blue) = 163+44+187=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #A32CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBB is #5CD344. Grayscale: #5F5F5F. Windows color (decimal): -6083397 or 12266659. OLE color: 12266659.
HSL color Cylindrical-coordinate representation of color #A32CBB: hue angle of 289.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32CBB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 44 | 187 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.27 |
| HSL | 289.93º | 0.62% | 0.45% | - |
| HSV(B) | 289.93º | 0.76% | 0.73% | - |
| XYZ | 24.97 | 13.18 | 48.24 | - |
| YUV | 95.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 187 | 0.13 | 0.76 | 0 | 0.27 | 289.93 | 0.62 | 0.45 |
| Hex | A3 | 2C | BB | D | 4C | 0 | 1B | 122 | 3E | 2D |
| Octal | 243 | 54 | 273 | 15 | 114 | 0 | 33 | 442 | 76 | 55 |
| Binary | 10100011 | 101100 | 10111011 | 1101 | 1001100 | 0 | 11011 | 100100010 | 111110 | 101101 |
Color Harmonies of #A32CBB
Complementary color
Monochromatic Colors of #A32CBB
Black with #A32CBB
Text Example
Text Example
White with #A32CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CBB; }
p { color: rgb(163,44,187); }
H1.HeaderClassName
{
color: #A32CBB;
}
.AnyTagClassName
{
color: #A32CBB;
}
</style>
background-color css
<style>
a { background-color: #A32CBB; }
a { background-color: rgb(163,44,187); }
div.DivClassName
{
background-color: #A32CBB;
}
.BgClassName
{
background-color: #A32CBB;
}
</style>
border-color css
<style>
span { border-color: #A32CBB; }
span { border-color: rgb(163,44,187); }
td.TdClassName
{
border-color: #A32CBB;
}
.TagClassName
{
border-color: #A32CBB;
}
</style>