Shades of Dark Orchid #A321BE
Tints of Dark Orchid #A321BE
RGB
CMYK
RGB Variations
Color information
#A321BE (or 0xA321BE) is known color: Dark Orchid. HEX triplet: A3, 21 and BE. RGB value is (163,33,190). Sum of RGB (Red+Green+Blue) = 163+33+190=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #A321BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321BE is #5CDE41. Grayscale: #595959. Windows color (decimal): -6086210 or 12460451. OLE color: 12460451.
HSL color Cylindrical-coordinate representation of color #A321BE: hue angle of 289.68º degrees, saturation: 0.7, 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 #A321BE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 33 | 190 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.25 |
| HSL | 289.68º | 0.7% | 0.44% | - |
| HSV(B) | 289.68º | 0.83% | 0.75% | - |
| XYZ | 24.94 | 12.59 | 49.83 | - |
| YUV | 89.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 190 | 0.14 | 0.83 | 0 | 0.25 | 289.68 | 0.7 | 0.44 |
| Hex | A3 | 21 | BE | E | 53 | 0 | 19 | 122 | 46 | 2C |
| Octal | 243 | 41 | 276 | 16 | 123 | 0 | 31 | 442 | 106 | 54 |
| Binary | 10100011 | 100001 | 10111110 | 1110 | 1010011 | 0 | 11001 | 100100010 | 1000110 | 101100 |
Color Harmonies of #A321BE
Complementary color
Monochromatic Colors of #A321BE
Black with #A321BE
Text Example
Text Example
White with #A321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321BE; }
p { color: rgb(163,33,190); }
H1.HeaderClassName
{
color: #A321BE;
}
.AnyTagClassName
{
color: #A321BE;
}
</style>
background-color css
<style>
a { background-color: #A321BE; }
a { background-color: rgb(163,33,190); }
div.DivClassName
{
background-color: #A321BE;
}
.BgClassName
{
background-color: #A321BE;
}
</style>
border-color css
<style>
span { border-color: #A321BE; }
span { border-color: rgb(163,33,190); }
td.TdClassName
{
border-color: #A321BE;
}
.TagClassName
{
border-color: #A321BE;
}
</style>