Shades of Dark Orchid #A320CC
Tints of Dark Orchid #A320CC
RGB
CMYK
RGB Variations
Color information
#A320CC (or 0xA320CC) is known color: Dark Orchid. HEX triplet: A3, 20 and CC. RGB value is (163,32,204). Sum of RGB (Red+Green+Blue) = 163+32+204=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #A320CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320CC is #5CDF33. Grayscale: #5A5A5A. Windows color (decimal): -6086452 or 13377699. OLE color: 13377699.
HSL color Cylindrical-coordinate representation of color #A320CC: hue angle of 285.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A320CC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 32 | 204 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.2 |
| HSL | 285.7º | 0.73% | 0.46% | - |
| HSV(B) | 285.7º | 0.84% | 0.8% | - |
| XYZ | 26.52 | 13.18 | 58.27 | - |
| YUV | 90.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 204 | 0.20 | 0.84 | 0 | 0.2 | 285.7 | 0.73 | 0.46 |
| Hex | A3 | 20 | CC | 14 | 54 | 0 | 14 | 11E | 49 | 2E |
| Octal | 243 | 40 | 314 | 24 | 124 | 0 | 24 | 436 | 111 | 56 |
| Binary | 10100011 | 100000 | 11001100 | 10100 | 1010100 | 0 | 10100 | 100011110 | 1001001 | 101110 |
Color Harmonies of #A320CC
Complementary color
Monochromatic Colors of #A320CC
Black with #A320CC
Text Example
Text Example
White with #A320CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320CC; }
p { color: rgb(163,32,204); }
H1.HeaderClassName
{
color: #A320CC;
}
.AnyTagClassName
{
color: #A320CC;
}
</style>
background-color css
<style>
a { background-color: #A320CC; }
a { background-color: rgb(163,32,204); }
div.DivClassName
{
background-color: #A320CC;
}
.BgClassName
{
background-color: #A320CC;
}
</style>
border-color css
<style>
span { border-color: #A320CC; }
span { border-color: rgb(163,32,204); }
td.TdClassName
{
border-color: #A320CC;
}
.TagClassName
{
border-color: #A320CC;
}
</style>