Shades of Dark Orchid #A32BE3
Tints of Dark Orchid #A32BE3
RGB
CMYK
RGB Variations
Color information
#A32BE3 (or 0xA32BE3) is known color: Dark Orchid. HEX triplet: A3, 2B and E3. RGB value is (163,43,227). Sum of RGB (Red+Green+Blue) = 163+43+227=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #A32BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BE3 is #5CD41C. Grayscale: #636363. Windows color (decimal): -6083613 or 14887843. OLE color: 14887843.
HSL color Cylindrical-coordinate representation of color #A32BE3: hue angle of 279.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32BE3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 43 | 227 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.11 |
| HSL | 279.13º | 0.77% | 0.53% | - |
| HSV(B) | 279.13º | 0.81% | 0.89% | - |
| XYZ | 29.83 | 15.06 | 74.01 | - |
| YUV | 99.86 | 199.76 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 227 | 0.28 | 0.81 | 0 | 0.11 | 279.13 | 0.77 | 0.53 |
| Hex | A3 | 2B | E3 | 1C | 51 | 0 | B | 117 | 4D | 35 |
| Octal | 243 | 53 | 343 | 34 | 121 | 0 | 13 | 427 | 115 | 65 |
| Binary | 10100011 | 101011 | 11100011 | 11100 | 1010001 | 0 | 1011 | 100010111 | 1001101 | 110101 |
Color Harmonies of #A32BE3
Complementary color
Monochromatic Colors of #A32BE3
Black with #A32BE3
Text Example
Text Example
White with #A32BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BE3; }
p { color: rgb(163,43,227); }
H1.HeaderClassName
{
color: #A32BE3;
}
.AnyTagClassName
{
color: #A32BE3;
}
</style>
background-color css
<style>
a { background-color: #A32BE3; }
a { background-color: rgb(163,43,227); }
div.DivClassName
{
background-color: #A32BE3;
}
.BgClassName
{
background-color: #A32BE3;
}
</style>
border-color css
<style>
span { border-color: #A32BE3; }
span { border-color: rgb(163,43,227); }
td.TdClassName
{
border-color: #A32BE3;
}
.TagClassName
{
border-color: #A32BE3;
}
</style>