Shades of Dark Orchid #A320BC
Tints of Dark Orchid #A320BC
RGB
CMYK
RGB Variations
Color information
#A320BC (or 0xA320BC) is known color: Dark Orchid. HEX triplet: A3, 20 and BC. RGB value is (163,32,188). Sum of RGB (Red+Green+Blue) = 163+32+188=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A320BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320BC is #5CDF43. Grayscale: #585858. Windows color (decimal): -6086468 or 12329123. OLE color: 12329123.
HSL color Cylindrical-coordinate representation of color #A320BC: hue angle of 290.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A320BC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 32 | 188 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.26 |
| HSL | 290.38º | 0.71% | 0.43% | - |
| HSV(B) | 290.38º | 0.83% | 0.74% | - |
| XYZ | 24.7 | 12.45 | 48.68 | - |
| YUV | 88.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 188 | 0.13 | 0.83 | 0 | 0.26 | 290.38 | 0.71 | 0.43 |
| Hex | A3 | 20 | BC | D | 53 | 0 | 1A | 122 | 47 | 2B |
| Octal | 243 | 40 | 274 | 15 | 123 | 0 | 32 | 442 | 107 | 53 |
| Binary | 10100011 | 100000 | 10111100 | 1101 | 1010011 | 0 | 11010 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A320BC
Complementary color
Monochromatic Colors of #A320BC
Black with #A320BC
Text Example
Text Example
White with #A320BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320BC; }
p { color: rgb(163,32,188); }
H1.HeaderClassName
{
color: #A320BC;
}
.AnyTagClassName
{
color: #A320BC;
}
</style>
background-color css
<style>
a { background-color: #A320BC; }
a { background-color: rgb(163,32,188); }
div.DivClassName
{
background-color: #A320BC;
}
.BgClassName
{
background-color: #A320BC;
}
</style>
border-color css
<style>
span { border-color: #A320BC; }
span { border-color: rgb(163,32,188); }
td.TdClassName
{
border-color: #A320BC;
}
.TagClassName
{
border-color: #A320BC;
}
</style>