Shades of Dark Orchid #A32CCE
Tints of Dark Orchid #A32CCE
RGB
CMYK
RGB Variations
Color information
#A32CCE (or 0xA32CCE) is known color: Dark Orchid. HEX triplet: A3, 2C and CE. RGB value is (163,44,206). Sum of RGB (Red+Green+Blue) = 163+44+206=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #A32CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CCE is #5CD331. Grayscale: #616161. Windows color (decimal): -6083378 or 13511843. OLE color: 13511843.
HSL color Cylindrical-coordinate representation of color #A32CCE: hue angle of 284.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32CCE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 44 | 206 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.19 |
| HSL | 284.07º | 0.65% | 0.49% | - |
| HSV(B) | 284.07º | 0.79% | 0.81% | - |
| XYZ | 27.15 | 14.04 | 59.67 | - |
| YUV | 98.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 206 | 0.21 | 0.79 | 0 | 0.19 | 284.07 | 0.65 | 0.49 |
| Hex | A3 | 2C | CE | 15 | 4F | 0 | 13 | 11C | 41 | 31 |
| Octal | 243 | 54 | 316 | 25 | 117 | 0 | 23 | 434 | 101 | 61 |
| Binary | 10100011 | 101100 | 11001110 | 10101 | 1001111 | 0 | 10011 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A32CCE
Complementary color
Monochromatic Colors of #A32CCE
Black with #A32CCE
Text Example
Text Example
White with #A32CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CCE; }
p { color: rgb(163,44,206); }
H1.HeaderClassName
{
color: #A32CCE;
}
.AnyTagClassName
{
color: #A32CCE;
}
</style>
background-color css
<style>
a { background-color: #A32CCE; }
a { background-color: rgb(163,44,206); }
div.DivClassName
{
background-color: #A32CCE;
}
.BgClassName
{
background-color: #A32CCE;
}
</style>
border-color css
<style>
span { border-color: #A32CCE; }
span { border-color: rgb(163,44,206); }
td.TdClassName
{
border-color: #A32CCE;
}
.TagClassName
{
border-color: #A32CCE;
}
</style>