Shades of Dark Orchid #A32EB8
Tints of Dark Orchid #A32EB8
RGB
CMYK
RGB Variations
Color information
#A32EB8 (or 0xA32EB8) is known color: Dark Orchid. HEX triplet: A3, 2E and B8. RGB value is (163,46,184). Sum of RGB (Red+Green+Blue) = 163+46+184=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #A32EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EB8 is #5CD147. Grayscale: #606060. Windows color (decimal): -6082888 or 12070563. OLE color: 12070563.
HSL color Cylindrical-coordinate representation of color #A32EB8: hue angle of 290.87º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32EB8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 46 | 184 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.28 |
| HSL | 290.87º | 0.6% | 0.45% | - |
| HSV(B) | 290.87º | 0.75% | 0.72% | - |
| XYZ | 24.73 | 13.2 | 46.59 | - |
| YUV | 96.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 184 | 0.11 | 0.75 | 0 | 0.28 | 290.87 | 0.6 | 0.45 |
| Hex | A3 | 2E | B8 | B | 4B | 0 | 1C | 123 | 3C | 2D |
| Octal | 243 | 56 | 270 | 13 | 113 | 0 | 34 | 443 | 74 | 55 |
| Binary | 10100011 | 101110 | 10111000 | 1011 | 1001011 | 0 | 11100 | 100100011 | 111100 | 101101 |
Color Harmonies of #A32EB8
Complementary color
Monochromatic Colors of #A32EB8
Black with #A32EB8
Text Example
Text Example
White with #A32EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EB8; }
p { color: rgb(163,46,184); }
H1.HeaderClassName
{
color: #A32EB8;
}
.AnyTagClassName
{
color: #A32EB8;
}
</style>
background-color css
<style>
a { background-color: #A32EB8; }
a { background-color: rgb(163,46,184); }
div.DivClassName
{
background-color: #A32EB8;
}
.BgClassName
{
background-color: #A32EB8;
}
</style>
border-color css
<style>
span { border-color: #A32EB8; }
span { border-color: rgb(163,46,184); }
td.TdClassName
{
border-color: #A32EB8;
}
.TagClassName
{
border-color: #A32EB8;
}
</style>