Shades of Dark Orchid #A32ECE
Tints of Dark Orchid #A32ECE
RGB
CMYK
RGB Variations
Color information
#A32ECE (or 0xA32ECE) is known color: Dark Orchid. HEX triplet: A3, 2E and CE. RGB value is (163,46,206). Sum of RGB (Red+Green+Blue) = 163+46+206=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A32ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECE is #5CD131. Grayscale: #626262. Windows color (decimal): -6082866 or 13512355. OLE color: 13512355.
HSL color Cylindrical-coordinate representation of color #A32ECE: hue angle of 283.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ECE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 46 | 206 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.19 |
| HSL | 283.88º | 0.63% | 0.49% | - |
| HSV(B) | 283.88º | 0.78% | 0.81% | - |
| XYZ | 27.22 | 14.2 | 59.7 | - |
| YUV | 99.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 206 | 0.21 | 0.78 | 0 | 0.19 | 283.88 | 0.63 | 0.49 |
| Hex | A3 | 2E | CE | 15 | 4E | 0 | 13 | 11C | 3F | 31 |
| Octal | 243 | 56 | 316 | 25 | 116 | 0 | 23 | 434 | 77 | 61 |
| Binary | 10100011 | 101110 | 11001110 | 10101 | 1001110 | 0 | 10011 | 100011100 | 111111 | 110001 |
Color Harmonies of #A32ECE
Complementary color
Monochromatic Colors of #A32ECE
Black with #A32ECE
Text Example
Text Example
White with #A32ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ECE; }
p { color: rgb(163,46,206); }
H1.HeaderClassName
{
color: #A32ECE;
}
.AnyTagClassName
{
color: #A32ECE;
}
</style>
background-color css
<style>
a { background-color: #A32ECE; }
a { background-color: rgb(163,46,206); }
div.DivClassName
{
background-color: #A32ECE;
}
.BgClassName
{
background-color: #A32ECE;
}
</style>
border-color css
<style>
span { border-color: #A32ECE; }
span { border-color: rgb(163,46,206); }
td.TdClassName
{
border-color: #A32ECE;
}
.TagClassName
{
border-color: #A32ECE;
}
</style>