Shades of Dark Orchid #A32CD0
Tints of Dark Orchid #A32CD0
RGB
CMYK
RGB Variations
Color information
#A32CD0 (or 0xA32CD0) is known color: Dark Orchid. HEX triplet: A3, 2C and D0. RGB value is (163,44,208). Sum of RGB (Red+Green+Blue) = 163+44+208=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #A32CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CD0 is #5CD32F. Grayscale: #616161. Windows color (decimal): -6083376 or 13642915. OLE color: 13642915.
HSL color Cylindrical-coordinate representation of color #A32CD0: hue angle of 283.54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32CD0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 44 | 208 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.18 |
| HSL | 283.54º | 0.65% | 0.49% | - |
| HSV(B) | 283.54º | 0.79% | 0.82% | - |
| XYZ | 27.39 | 14.14 | 60.96 | - |
| YUV | 98.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 208 | 0.22 | 0.79 | 0 | 0.18 | 283.54 | 0.65 | 0.49 |
| Hex | A3 | 2C | D0 | 16 | 4F | 0 | 12 | 11C | 41 | 31 |
| Octal | 243 | 54 | 320 | 26 | 117 | 0 | 22 | 434 | 101 | 61 |
| Binary | 10100011 | 101100 | 11010000 | 10110 | 1001111 | 0 | 10010 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A32CD0
Complementary color
Monochromatic Colors of #A32CD0
Black with #A32CD0
Text Example
Text Example
White with #A32CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CD0; }
p { color: rgb(163,44,208); }
H1.HeaderClassName
{
color: #A32CD0;
}
.AnyTagClassName
{
color: #A32CD0;
}
</style>
background-color css
<style>
a { background-color: #A32CD0; }
a { background-color: rgb(163,44,208); }
div.DivClassName
{
background-color: #A32CD0;
}
.BgClassName
{
background-color: #A32CD0;
}
</style>
border-color css
<style>
span { border-color: #A32CD0; }
span { border-color: rgb(163,44,208); }
td.TdClassName
{
border-color: #A32CD0;
}
.TagClassName
{
border-color: #A32CD0;
}
</style>