Shades of Dark Orchid #A32BBF
Tints of Dark Orchid #A32BBF
RGB
CMYK
RGB Variations
Color information
#A32BBF (or 0xA32BBF) is known color: Dark Orchid. HEX triplet: A3, 2B and BF. RGB value is (163,43,191). Sum of RGB (Red+Green+Blue) = 163+43+191=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #A32BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BBF is #5CD440. Grayscale: #5F5F5F. Windows color (decimal): -6083649 or 12528547. OLE color: 12528547.
HSL color Cylindrical-coordinate representation of color #A32BBF: hue angle of 288.65º 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 #A32BBF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 43 | 191 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.25 |
| HSL | 288.65º | 0.63% | 0.46% | - |
| HSV(B) | 288.65º | 0.77% | 0.75% | - |
| XYZ | 25.37 | 13.28 | 50.52 | - |
| YUV | 95.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 191 | 0.15 | 0.77 | 0 | 0.25 | 288.65 | 0.63 | 0.46 |
| Hex | A3 | 2B | BF | F | 4D | 0 | 19 | 121 | 3F | 2E |
| Octal | 243 | 53 | 277 | 17 | 115 | 0 | 31 | 441 | 77 | 56 |
| Binary | 10100011 | 101011 | 10111111 | 1111 | 1001101 | 0 | 11001 | 100100001 | 111111 | 101110 |
Color Harmonies of #A32BBF
Complementary color
Monochromatic Colors of #A32BBF
Black with #A32BBF
Text Example
Text Example
White with #A32BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BBF; }
p { color: rgb(163,43,191); }
H1.HeaderClassName
{
color: #A32BBF;
}
.AnyTagClassName
{
color: #A32BBF;
}
</style>
background-color css
<style>
a { background-color: #A32BBF; }
a { background-color: rgb(163,43,191); }
div.DivClassName
{
background-color: #A32BBF;
}
.BgClassName
{
background-color: #A32BBF;
}
</style>
border-color css
<style>
span { border-color: #A32BBF; }
span { border-color: rgb(163,43,191); }
td.TdClassName
{
border-color: #A32BBF;
}
.TagClassName
{
border-color: #A32BBF;
}
</style>