Shades of Dark Orchid #A321BC
Tints of Dark Orchid #A321BC
RGB
CMYK
RGB Variations
Color information
#A321BC (or 0xA321BC) is known color: Dark Orchid. HEX triplet: A3, 21 and BC. RGB value is (163,33,188). Sum of RGB (Red+Green+Blue) = 163+33+188=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A321BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321BC is #5CDE43. Grayscale: #595959. Windows color (decimal): -6086212 or 12329379. OLE color: 12329379.
HSL color Cylindrical-coordinate representation of color #A321BC: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A321BC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 33 | 188 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.26 |
| HSL | 290.32º | 0.7% | 0.43% | - |
| HSV(B) | 290.32º | 0.82% | 0.74% | - |
| XYZ | 24.73 | 12.51 | 48.69 | - |
| YUV | 89.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 188 | 0.13 | 0.82 | 0 | 0.26 | 290.32 | 0.7 | 0.43 |
| Hex | A3 | 21 | BC | D | 52 | 0 | 1A | 122 | 46 | 2B |
| Octal | 243 | 41 | 274 | 15 | 122 | 0 | 32 | 442 | 106 | 53 |
| Binary | 10100011 | 100001 | 10111100 | 1101 | 1010010 | 0 | 11010 | 100100010 | 1000110 | 101011 |
Color Harmonies of #A321BC
Complementary color
Monochromatic Colors of #A321BC
Black with #A321BC
Text Example
Text Example
White with #A321BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321BC; }
p { color: rgb(163,33,188); }
H1.HeaderClassName
{
color: #A321BC;
}
.AnyTagClassName
{
color: #A321BC;
}
</style>
background-color css
<style>
a { background-color: #A321BC; }
a { background-color: rgb(163,33,188); }
div.DivClassName
{
background-color: #A321BC;
}
.BgClassName
{
background-color: #A321BC;
}
</style>
border-color css
<style>
span { border-color: #A321BC; }
span { border-color: rgb(163,33,188); }
td.TdClassName
{
border-color: #A321BC;
}
.TagClassName
{
border-color: #A321BC;
}
</style>