Shades of Dark Orchid #A320C6
Tints of Dark Orchid #A320C6
RGB
CMYK
RGB Variations
Color information
#A320C6 (or 0xA320C6) is known color: Dark Orchid. HEX triplet: A3, 20 and C6. RGB value is (163,32,198). Sum of RGB (Red+Green+Blue) = 163+32+198=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #A320C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320C6 is #5CDF39. Grayscale: #595959. Windows color (decimal): -6086458 or 12984483. OLE color: 12984483.
HSL color Cylindrical-coordinate representation of color #A320C6: hue angle of 287.35º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A320C6 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 32 | 198 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.22 |
| HSL | 287.35º | 0.72% | 0.45% | - |
| HSV(B) | 287.35º | 0.84% | 0.78% | - |
| XYZ | 25.81 | 12.9 | 54.55 | - |
| YUV | 90.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 198 | 0.18 | 0.84 | 0 | 0.22 | 287.35 | 0.72 | 0.45 |
| Hex | A3 | 20 | C6 | 12 | 54 | 0 | 16 | 11F | 48 | 2D |
| Octal | 243 | 40 | 306 | 22 | 124 | 0 | 26 | 437 | 110 | 55 |
| Binary | 10100011 | 100000 | 11000110 | 10010 | 1010100 | 0 | 10110 | 100011111 | 1001000 | 101101 |
Color Harmonies of #A320C6
Complementary color
Monochromatic Colors of #A320C6
Black with #A320C6
Text Example
Text Example
White with #A320C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320C6; }
p { color: rgb(163,32,198); }
H1.HeaderClassName
{
color: #A320C6;
}
.AnyTagClassName
{
color: #A320C6;
}
</style>
background-color css
<style>
a { background-color: #A320C6; }
a { background-color: rgb(163,32,198); }
div.DivClassName
{
background-color: #A320C6;
}
.BgClassName
{
background-color: #A320C6;
}
</style>
border-color css
<style>
span { border-color: #A320C6; }
span { border-color: rgb(163,32,198); }
td.TdClassName
{
border-color: #A320C6;
}
.TagClassName
{
border-color: #A320C6;
}
</style>