Shades of Dark Orchid #A32CB8
Tints of Dark Orchid #A32CB8
RGB
CMYK
RGB Variations
Color information
#A32CB8 (or 0xA32CB8) is known color: Dark Orchid. HEX triplet: A3, 2C and B8. RGB value is (163,44,184). Sum of RGB (Red+Green+Blue) = 163+44+184=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #A32CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CB8 is #5CD347. Grayscale: #5F5F5F. Windows color (decimal): -6083400 or 12070051. OLE color: 12070051.
HSL color Cylindrical-coordinate representation of color #A32CB8: hue angle of 291º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32CB8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 44 | 184 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.28 |
| HSL | 291º | 0.61% | 0.45% | - |
| HSV(B) | 291º | 0.76% | 0.72% | - |
| XYZ | 24.66 | 13.05 | 46.57 | - |
| YUV | 95.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 184 | 0.11 | 0.76 | 0 | 0.28 | 291 | 0.61 | 0.45 |
| Hex | A3 | 2C | B8 | B | 4C | 0 | 1C | 123 | 3D | 2D |
| Octal | 243 | 54 | 270 | 13 | 114 | 0 | 34 | 443 | 75 | 55 |
| Binary | 10100011 | 101100 | 10111000 | 1011 | 1001100 | 0 | 11100 | 100100011 | 111101 | 101101 |
Color Harmonies of #A32CB8
Complementary color
Monochromatic Colors of #A32CB8
Black with #A32CB8
Text Example
Text Example
White with #A32CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CB8; }
p { color: rgb(163,44,184); }
H1.HeaderClassName
{
color: #A32CB8;
}
.AnyTagClassName
{
color: #A32CB8;
}
</style>
background-color css
<style>
a { background-color: #A32CB8; }
a { background-color: rgb(163,44,184); }
div.DivClassName
{
background-color: #A32CB8;
}
.BgClassName
{
background-color: #A32CB8;
}
</style>
border-color css
<style>
span { border-color: #A32CB8; }
span { border-color: rgb(163,44,184); }
td.TdClassName
{
border-color: #A32CB8;
}
.TagClassName
{
border-color: #A32CB8;
}
</style>