Shades of Dark Orchid #A32ECF
Tints of Dark Orchid #A32ECF
RGB
CMYK
RGB Variations
Color information
#A32ECF (or 0xA32ECF) is known color: Dark Orchid. HEX triplet: A3, 2E and CF. RGB value is (163,46,207). Sum of RGB (Red+Green+Blue) = 163+46+207=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECF is #5CD130. Grayscale: #626262. Windows color (decimal): -6082865 or 13577891. OLE color: 13577891.
HSL color Cylindrical-coordinate representation of color #A32ECF: hue angle of 283.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ECF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 46 | 207 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.19 |
| HSL | 283.6º | 0.64% | 0.5% | - |
| HSV(B) | 283.6º | 0.78% | 0.81% | - |
| XYZ | 27.34 | 14.25 | 60.34 | - |
| YUV | 99.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 207 | 0.21 | 0.78 | 0 | 0.19 | 283.6 | 0.64 | 0.5 |
| Hex | A3 | 2E | CF | 15 | 4E | 0 | 13 | 11C | 40 | 32 |
| Octal | 243 | 56 | 317 | 25 | 116 | 0 | 23 | 434 | 100 | 62 |
| Binary | 10100011 | 101110 | 11001111 | 10101 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110010 |
Color Harmonies of #A32ECF
Complementary color
Monochromatic Colors of #A32ECF
Black with #A32ECF
Text Example
Text Example
White with #A32ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ECF; }
p { color: rgb(163,46,207); }
H1.HeaderClassName
{
color: #A32ECF;
}
.AnyTagClassName
{
color: #A32ECF;
}
</style>
background-color css
<style>
a { background-color: #A32ECF; }
a { background-color: rgb(163,46,207); }
div.DivClassName
{
background-color: #A32ECF;
}
.BgClassName
{
background-color: #A32ECF;
}
</style>
border-color css
<style>
span { border-color: #A32ECF; }
span { border-color: rgb(163,46,207); }
td.TdClassName
{
border-color: #A32ECF;
}
.TagClassName
{
border-color: #A32ECF;
}
</style>