Shades of Dark Orchid #A32FBD
Tints of Dark Orchid #A32FBD
RGB
CMYK
RGB Variations
Color information
#A32FBD (or 0xA32FBD) is known color: Dark Orchid. HEX triplet: A3, 2F and BD. RGB value is (163,47,189). Sum of RGB (Red+Green+Blue) = 163+47+189=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBD is #5CD042. Grayscale: #616161. Windows color (decimal): -6082627 or 12398499. OLE color: 12398499.
HSL color Cylindrical-coordinate representation of color #A32FBD: hue angle of 289.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32FBD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 47 | 189 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.26 |
| HSL | 289.01º | 0.6% | 0.46% | - |
| HSV(B) | 289.01º | 0.75% | 0.74% | - |
| XYZ | 25.31 | 13.49 | 49.41 | - |
| YUV | 97.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 189 | 0.14 | 0.75 | 0 | 0.26 | 289.01 | 0.6 | 0.46 |
| Hex | A3 | 2F | BD | E | 4B | 0 | 1A | 121 | 3C | 2E |
| Octal | 243 | 57 | 275 | 16 | 113 | 0 | 32 | 441 | 74 | 56 |
| Binary | 10100011 | 101111 | 10111101 | 1110 | 1001011 | 0 | 11010 | 100100001 | 111100 | 101110 |
Color Harmonies of #A32FBD
Complementary color
Monochromatic Colors of #A32FBD
Black with #A32FBD
Text Example
Text Example
White with #A32FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FBD; }
p { color: rgb(163,47,189); }
H1.HeaderClassName
{
color: #A32FBD;
}
.AnyTagClassName
{
color: #A32FBD;
}
</style>
background-color css
<style>
a { background-color: #A32FBD; }
a { background-color: rgb(163,47,189); }
div.DivClassName
{
background-color: #A32FBD;
}
.BgClassName
{
background-color: #A32FBD;
}
</style>
border-color css
<style>
span { border-color: #A32FBD; }
span { border-color: rgb(163,47,189); }
td.TdClassName
{
border-color: #A32FBD;
}
.TagClassName
{
border-color: #A32FBD;
}
</style>