Shades of Dark Orchid #A32FBA
Tints of Dark Orchid #A32FBA
RGB
CMYK
RGB Variations
Color information
#A32FBA (or 0xA32FBA) is known color: Dark Orchid. HEX triplet: A3, 2F and BA. RGB value is (163,47,186). Sum of RGB (Red+Green+Blue) = 163+47+186=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBA is #5CD045. Grayscale: #616161. Windows color (decimal): -6082630 or 12201891. OLE color: 12201891.
HSL color Cylindrical-coordinate representation of color #A32FBA: hue angle of 290.07º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32FBA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 47 | 186 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.27 |
| HSL | 290.07º | 0.6% | 0.46% | - |
| HSV(B) | 290.07º | 0.75% | 0.73% | - |
| XYZ | 24.98 | 13.36 | 47.72 | - |
| YUV | 97.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 186 | 0.12 | 0.75 | 0 | 0.27 | 290.07 | 0.6 | 0.46 |
| Hex | A3 | 2F | BA | C | 4B | 0 | 1B | 122 | 3C | 2E |
| Octal | 243 | 57 | 272 | 14 | 113 | 0 | 33 | 442 | 74 | 56 |
| Binary | 10100011 | 101111 | 10111010 | 1100 | 1001011 | 0 | 11011 | 100100010 | 111100 | 101110 |
Color Harmonies of #A32FBA
Complementary color
Monochromatic Colors of #A32FBA
Black with #A32FBA
Text Example
Text Example
White with #A32FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FBA; }
p { color: rgb(163,47,186); }
H1.HeaderClassName
{
color: #A32FBA;
}
.AnyTagClassName
{
color: #A32FBA;
}
</style>
background-color css
<style>
a { background-color: #A32FBA; }
a { background-color: rgb(163,47,186); }
div.DivClassName
{
background-color: #A32FBA;
}
.BgClassName
{
background-color: #A32FBA;
}
</style>
border-color css
<style>
span { border-color: #A32FBA; }
span { border-color: rgb(163,47,186); }
td.TdClassName
{
border-color: #A32FBA;
}
.TagClassName
{
border-color: #A32FBA;
}
</style>