Shades of Dark Orchid #A320C3
Tints of Dark Orchid #A320C3
RGB
CMYK
RGB Variations
Color information
#A320C3 (or 0xA320C3) is known color: Dark Orchid. HEX triplet: A3, 20 and C3. RGB value is (163,32,195). Sum of RGB (Red+Green+Blue) = 163+32+195=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #A320C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320C3 is #5CDF3C. Grayscale: #595959. Windows color (decimal): -6086461 or 12787875. OLE color: 12787875.
HSL color Cylindrical-coordinate representation of color #A320C3: hue angle of 288.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A320C3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 32 | 195 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.24 |
| HSL | 288.22º | 0.72% | 0.45% | - |
| HSV(B) | 288.22º | 0.84% | 0.76% | - |
| XYZ | 25.47 | 12.76 | 52.75 | - |
| YUV | 89.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 195 | 0.16 | 0.84 | 0 | 0.24 | 288.22 | 0.72 | 0.45 |
| Hex | A3 | 20 | C3 | 10 | 54 | 0 | 18 | 120 | 48 | 2D |
| Octal | 243 | 40 | 303 | 20 | 124 | 0 | 30 | 440 | 110 | 55 |
| Binary | 10100011 | 100000 | 11000011 | 10000 | 1010100 | 0 | 11000 | 100100000 | 1001000 | 101101 |
Color Harmonies of #A320C3
Complementary color
Monochromatic Colors of #A320C3
Black with #A320C3
Text Example
Text Example
White with #A320C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320C3; }
p { color: rgb(163,32,195); }
H1.HeaderClassName
{
color: #A320C3;
}
.AnyTagClassName
{
color: #A320C3;
}
</style>
background-color css
<style>
a { background-color: #A320C3; }
a { background-color: rgb(163,32,195); }
div.DivClassName
{
background-color: #A320C3;
}
.BgClassName
{
background-color: #A320C3;
}
</style>
border-color css
<style>
span { border-color: #A320C3; }
span { border-color: rgb(163,32,195); }
td.TdClassName
{
border-color: #A320C3;
}
.TagClassName
{
border-color: #A320C3;
}
</style>