Shades of Dark Orchid #A320C8
Tints of Dark Orchid #A320C8
RGB
CMYK
RGB Variations
Color information
#A320C8 (or 0xA320C8) is known color: Dark Orchid. HEX triplet: A3, 20 and C8. RGB value is (163,32,200). Sum of RGB (Red+Green+Blue) = 163+32+200=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #A320C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320C8 is #5CDF37. Grayscale: #595959. Windows color (decimal): -6086456 or 13115555. OLE color: 13115555.
HSL color Cylindrical-coordinate representation of color #A320C8: hue angle of 286.79º 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 #A320C8 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 32 | 200 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.22 |
| HSL | 286.79º | 0.72% | 0.45% | - |
| HSV(B) | 286.79º | 0.84% | 0.78% | - |
| XYZ | 26.05 | 12.99 | 55.78 | - |
| YUV | 90.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 200 | 0.18 | 0.84 | 0 | 0.22 | 286.79 | 0.72 | 0.45 |
| Hex | A3 | 20 | C8 | 12 | 54 | 0 | 16 | 11F | 48 | 2D |
| Octal | 243 | 40 | 310 | 22 | 124 | 0 | 26 | 437 | 110 | 55 |
| Binary | 10100011 | 100000 | 11001000 | 10010 | 1010100 | 0 | 10110 | 100011111 | 1001000 | 101101 |
Color Harmonies of #A320C8
Complementary color
Monochromatic Colors of #A320C8
Black with #A320C8
Text Example
Text Example
White with #A320C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320C8; }
p { color: rgb(163,32,200); }
H1.HeaderClassName
{
color: #A320C8;
}
.AnyTagClassName
{
color: #A320C8;
}
</style>
background-color css
<style>
a { background-color: #A320C8; }
a { background-color: rgb(163,32,200); }
div.DivClassName
{
background-color: #A320C8;
}
.BgClassName
{
background-color: #A320C8;
}
</style>
border-color css
<style>
span { border-color: #A320C8; }
span { border-color: rgb(163,32,200); }
td.TdClassName
{
border-color: #A320C8;
}
.TagClassName
{
border-color: #A320C8;
}
</style>