Shades of Dark Orchid #A32CBF
Tints of Dark Orchid #A32CBF
RGB
CMYK
RGB Variations
Color information
#A32CBF (or 0xA32CBF) is known color: Dark Orchid. HEX triplet: A3, 2C and BF. RGB value is (163,44,191). Sum of RGB (Red+Green+Blue) = 163+44+191=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #A32CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBF is #5CD340. Grayscale: #5F5F5F. Windows color (decimal): -6083393 or 12528803. OLE color: 12528803.
HSL color Cylindrical-coordinate representation of color #A32CBF: hue angle of 288.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32CBF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 44 | 191 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.25 |
| HSL | 288.57º | 0.63% | 0.46% | - |
| HSV(B) | 288.57º | 0.77% | 0.75% | - |
| XYZ | 25.41 | 13.35 | 50.53 | - |
| YUV | 96.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 191 | 0.15 | 0.77 | 0 | 0.25 | 288.57 | 0.63 | 0.46 |
| Hex | A3 | 2C | BF | F | 4D | 0 | 19 | 121 | 3F | 2E |
| Octal | 243 | 54 | 277 | 17 | 115 | 0 | 31 | 441 | 77 | 56 |
| Binary | 10100011 | 101100 | 10111111 | 1111 | 1001101 | 0 | 11001 | 100100001 | 111111 | 101110 |
Color Harmonies of #A32CBF
Complementary color
Monochromatic Colors of #A32CBF
Black with #A32CBF
Text Example
Text Example
White with #A32CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CBF; }
p { color: rgb(163,44,191); }
H1.HeaderClassName
{
color: #A32CBF;
}
.AnyTagClassName
{
color: #A32CBF;
}
</style>
background-color css
<style>
a { background-color: #A32CBF; }
a { background-color: rgb(163,44,191); }
div.DivClassName
{
background-color: #A32CBF;
}
.BgClassName
{
background-color: #A32CBF;
}
</style>
border-color css
<style>
span { border-color: #A32CBF; }
span { border-color: rgb(163,44,191); }
td.TdClassName
{
border-color: #A32CBF;
}
.TagClassName
{
border-color: #A32CBF;
}
</style>