Shades of Dark Orchid #A320BE
Tints of Dark Orchid #A320BE
RGB
CMYK
RGB Variations
Color information
#A320BE (or 0xA320BE) is known color: Dark Orchid. HEX triplet: A3, 20 and BE. RGB value is (163,32,190). Sum of RGB (Red+Green+Blue) = 163+32+190=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A320BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320BE is #5CDF41. Grayscale: #585858. Windows color (decimal): -6086466 or 12460195. OLE color: 12460195.
HSL color Cylindrical-coordinate representation of color #A320BE: hue angle of 289.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A320BE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 32 | 190 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.25 |
| HSL | 289.75º | 0.71% | 0.44% | - |
| HSV(B) | 289.75º | 0.83% | 0.75% | - |
| XYZ | 24.92 | 12.54 | 49.82 | - |
| YUV | 89.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 190 | 0.14 | 0.83 | 0 | 0.25 | 289.75 | 0.71 | 0.44 |
| Hex | A3 | 20 | BE | E | 53 | 0 | 19 | 122 | 47 | 2C |
| Octal | 243 | 40 | 276 | 16 | 123 | 0 | 31 | 442 | 107 | 54 |
| Binary | 10100011 | 100000 | 10111110 | 1110 | 1010011 | 0 | 11001 | 100100010 | 1000111 | 101100 |
Color Harmonies of #A320BE
Complementary color
Monochromatic Colors of #A320BE
Black with #A320BE
Text Example
Text Example
White with #A320BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320BE; }
p { color: rgb(163,32,190); }
H1.HeaderClassName
{
color: #A320BE;
}
.AnyTagClassName
{
color: #A320BE;
}
</style>
background-color css
<style>
a { background-color: #A320BE; }
a { background-color: rgb(163,32,190); }
div.DivClassName
{
background-color: #A320BE;
}
.BgClassName
{
background-color: #A320BE;
}
</style>
border-color css
<style>
span { border-color: #A320BE; }
span { border-color: rgb(163,32,190); }
td.TdClassName
{
border-color: #A320BE;
}
.TagClassName
{
border-color: #A320BE;
}
</style>