Shades of Dark Orchid #A320CA
Tints of Dark Orchid #A320CA
RGB
CMYK
RGB Variations
Color information
#A320CA (or 0xA320CA) is known color: Dark Orchid. HEX triplet: A3, 20 and CA. RGB value is (163,32,202). Sum of RGB (Red+Green+Blue) = 163+32+202=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #A320CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320CA is #5CDF35. Grayscale: #5A5A5A. Windows color (decimal): -6086454 or 13246627. OLE color: 13246627.
HSL color Cylindrical-coordinate representation of color #A320CA: hue angle of 286.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A320CA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 32 | 202 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.21 |
| HSL | 286.24º | 0.73% | 0.46% | - |
| HSV(B) | 286.24º | 0.84% | 0.79% | - |
| XYZ | 26.28 | 13.08 | 57.02 | - |
| YUV | 90.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 202 | 0.19 | 0.84 | 0 | 0.21 | 286.24 | 0.73 | 0.46 |
| Hex | A3 | 20 | CA | 13 | 54 | 0 | 15 | 11E | 49 | 2E |
| Octal | 243 | 40 | 312 | 23 | 124 | 0 | 25 | 436 | 111 | 56 |
| Binary | 10100011 | 100000 | 11001010 | 10011 | 1010100 | 0 | 10101 | 100011110 | 1001001 | 101110 |
Color Harmonies of #A320CA
Complementary color
Monochromatic Colors of #A320CA
Black with #A320CA
Text Example
Text Example
White with #A320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320CA; }
p { color: rgb(163,32,202); }
H1.HeaderClassName
{
color: #A320CA;
}
.AnyTagClassName
{
color: #A320CA;
}
</style>
background-color css
<style>
a { background-color: #A320CA; }
a { background-color: rgb(163,32,202); }
div.DivClassName
{
background-color: #A320CA;
}
.BgClassName
{
background-color: #A320CA;
}
</style>
border-color css
<style>
span { border-color: #A320CA; }
span { border-color: rgb(163,32,202); }
td.TdClassName
{
border-color: #A320CA;
}
.TagClassName
{
border-color: #A320CA;
}
</style>