Shades of Dark Orchid #A32EB2
Tints of Dark Orchid #A32EB2
RGB
CMYK
RGB Variations
Color information
#A32EB2 (or 0xA32EB2) is known color: Dark Orchid. HEX triplet: A3, 2E and B2. RGB value is (163,46,178). Sum of RGB (Red+Green+Blue) = 163+46+178=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #A32EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EB2 is #5CD14D. Grayscale: #5F5F5F. Windows color (decimal): -6082894 or 11677347. OLE color: 11677347.
HSL color Cylindrical-coordinate representation of color #A32EB2: hue angle of 293.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32EB2 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 46 | 178 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.30 |
| HSL | 293.18º | 0.59% | 0.44% | - |
| HSV(B) | 293.18º | 0.74% | 0.7% | - |
| XYZ | 24.12 | 12.95 | 43.35 | - |
| YUV | 96.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 178 | 0.08 | 0.74 | 0 | 0.30 | 293.18 | 0.59 | 0.44 |
| Hex | A3 | 2E | B2 | 8 | 4A | 0 | 1E | 125 | 3B | 2C |
| Octal | 243 | 56 | 262 | 10 | 112 | 0 | 36 | 445 | 73 | 54 |
| Binary | 10100011 | 101110 | 10110010 | 1000 | 1001010 | 0 | 11110 | 100100101 | 111011 | 101100 |
Color Harmonies of #A32EB2
Complementary color
Monochromatic Colors of #A32EB2
Black with #A32EB2
Text Example
Text Example
White with #A32EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EB2; }
p { color: rgb(163,46,178); }
H1.HeaderClassName
{
color: #A32EB2;
}
.AnyTagClassName
{
color: #A32EB2;
}
</style>
background-color css
<style>
a { background-color: #A32EB2; }
a { background-color: rgb(163,46,178); }
div.DivClassName
{
background-color: #A32EB2;
}
.BgClassName
{
background-color: #A32EB2;
}
</style>
border-color css
<style>
span { border-color: #A32EB2; }
span { border-color: rgb(163,46,178); }
td.TdClassName
{
border-color: #A32EB2;
}
.TagClassName
{
border-color: #A32EB2;
}
</style>