Shades of Dark Orchid #A32CAE
Tints of Dark Orchid #A32CAE
RGB
CMYK
RGB Variations
Color information
#A32CAE (or 0xA32CAE) is known color: Dark Orchid. HEX triplet: A3, 2C and AE. RGB value is (163,44,174). Sum of RGB (Red+Green+Blue) = 163+44+174=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32CAE is #5CD351. Grayscale: #5E5E5E. Windows color (decimal): -6083410 or 11414691. OLE color: 11414691.
HSL color Cylindrical-coordinate representation of color #A32CAE: hue angle of 294.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32CAE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 44 | 174 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.32 |
| HSL | 294.92º | 0.6% | 0.43% | - |
| HSV(B) | 294.92º | 0.75% | 0.68% | - |
| XYZ | 23.64 | 12.64 | 41.24 | - |
| YUV | 94.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 174 | 0.06 | 0.75 | 0 | 0.32 | 294.92 | 0.6 | 0.43 |
| Hex | A3 | 2C | AE | 6 | 4B | 0 | 20 | 127 | 3C | 2B |
| Octal | 243 | 54 | 256 | 6 | 113 | 0 | 40 | 447 | 74 | 53 |
| Binary | 10100011 | 101100 | 10101110 | 110 | 1001011 | 0 | 100000 | 100100111 | 111100 | 101011 |
Color Harmonies of #A32CAE
Complementary color
Monochromatic Colors of #A32CAE
Black with #A32CAE
Text Example
Text Example
White with #A32CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CAE; }
p { color: rgb(163,44,174); }
H1.HeaderClassName
{
color: #A32CAE;
}
.AnyTagClassName
{
color: #A32CAE;
}
</style>
background-color css
<style>
a { background-color: #A32CAE; }
a { background-color: rgb(163,44,174); }
div.DivClassName
{
background-color: #A32CAE;
}
.BgClassName
{
background-color: #A32CAE;
}
</style>
border-color css
<style>
span { border-color: #A32CAE; }
span { border-color: rgb(163,44,174); }
td.TdClassName
{
border-color: #A32CAE;
}
.TagClassName
{
border-color: #A32CAE;
}
</style>