Shades of Dark Orchid #A32CE4
Tints of Dark Orchid #A32CE4
RGB
CMYK
RGB Variations
Color information
#A32CE4 (or 0xA32CE4) is known color: Dark Orchid. HEX triplet: A3, 2C and E4. RGB value is (163,44,228). Sum of RGB (Red+Green+Blue) = 163+44+228=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #A32CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CE4 is #5CD31B. Grayscale: #636363. Windows color (decimal): -6083356 or 14953635. OLE color: 14953635.
HSL color Cylindrical-coordinate representation of color #A32CE4: hue angle of 278.8º 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 #A32CE4 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 44 | 228 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.11 |
| HSL | 278.8º | 0.77% | 0.53% | - |
| HSV(B) | 278.8º | 0.81% | 0.89% | - |
| XYZ | 30.01 | 15.19 | 74.75 | - |
| YUV | 100.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 228 | 0.29 | 0.81 | 0 | 0.11 | 278.8 | 0.77 | 0.53 |
| Hex | A3 | 2C | E4 | 1D | 51 | 0 | B | 117 | 4D | 35 |
| Octal | 243 | 54 | 344 | 35 | 121 | 0 | 13 | 427 | 115 | 65 |
| Binary | 10100011 | 101100 | 11100100 | 11101 | 1010001 | 0 | 1011 | 100010111 | 1001101 | 110101 |
Color Harmonies of #A32CE4
Complementary color
Monochromatic Colors of #A32CE4
Black with #A32CE4
Text Example
Text Example
White with #A32CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CE4; }
p { color: rgb(163,44,228); }
H1.HeaderClassName
{
color: #A32CE4;
}
.AnyTagClassName
{
color: #A32CE4;
}
</style>
background-color css
<style>
a { background-color: #A32CE4; }
a { background-color: rgb(163,44,228); }
div.DivClassName
{
background-color: #A32CE4;
}
.BgClassName
{
background-color: #A32CE4;
}
</style>
border-color css
<style>
span { border-color: #A32CE4; }
span { border-color: rgb(163,44,228); }
td.TdClassName
{
border-color: #A32CE4;
}
.TagClassName
{
border-color: #A32CE4;
}
</style>