Shades of Dark Orchid #A32CD1
Tints of Dark Orchid #A32CD1
RGB
CMYK
RGB Variations
Color information
#A32CD1 (or 0xA32CD1) is known color: Dark Orchid. HEX triplet: A3, 2C and D1. RGB value is (163,44,209). Sum of RGB (Red+Green+Blue) = 163+44+209=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #A32CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CD1 is #5CD32E. Grayscale: #616161. Windows color (decimal): -6083375 or 13708451. OLE color: 13708451.
HSL color Cylindrical-coordinate representation of color #A32CD1: hue angle of 283.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32CD1 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 44 | 209 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.18 |
| HSL | 283.27º | 0.65% | 0.5% | - |
| HSV(B) | 283.27º | 0.79% | 0.82% | - |
| XYZ | 27.51 | 14.19 | 61.61 | - |
| YUV | 98.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 209 | 0.22 | 0.79 | 0 | 0.18 | 283.27 | 0.65 | 0.5 |
| Hex | A3 | 2C | D1 | 16 | 4F | 0 | 12 | 11B | 41 | 32 |
| Octal | 243 | 54 | 321 | 26 | 117 | 0 | 22 | 433 | 101 | 62 |
| Binary | 10100011 | 101100 | 11010001 | 10110 | 1001111 | 0 | 10010 | 100011011 | 1000001 | 110010 |
Color Harmonies of #A32CD1
Complementary color
Monochromatic Colors of #A32CD1
Black with #A32CD1
Text Example
Text Example
White with #A32CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CD1; }
p { color: rgb(163,44,209); }
H1.HeaderClassName
{
color: #A32CD1;
}
.AnyTagClassName
{
color: #A32CD1;
}
</style>
background-color css
<style>
a { background-color: #A32CD1; }
a { background-color: rgb(163,44,209); }
div.DivClassName
{
background-color: #A32CD1;
}
.BgClassName
{
background-color: #A32CD1;
}
</style>
border-color css
<style>
span { border-color: #A32CD1; }
span { border-color: rgb(163,44,209); }
td.TdClassName
{
border-color: #A32CD1;
}
.TagClassName
{
border-color: #A32CD1;
}
</style>