Shades of Dark Orchid #A321D2
Tints of Dark Orchid #A321D2
RGB
CMYK
RGB Variations
Color information
#A321D2 (or 0xA321D2) is known color: Dark Orchid. HEX triplet: A3, 21 and D2. RGB value is (163,33,210). Sum of RGB (Red+Green+Blue) = 163+33+210=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A321D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321D2 is #5CDE2D. Grayscale: #5B5B5B. Windows color (decimal): -6086190 or 13771171. OLE color: 13771171.
HSL color Cylindrical-coordinate representation of color #A321D2: hue angle of 284.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A321D2 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 33 | 210 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.18 |
| HSL | 284.07º | 0.73% | 0.48% | - |
| HSV(B) | 284.07º | 0.84% | 0.82% | - |
| XYZ | 27.28 | 13.53 | 62.15 | - |
| YUV | 92.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 210 | 0.22 | 0.84 | 0 | 0.18 | 284.07 | 0.73 | 0.48 |
| Hex | A3 | 21 | D2 | 16 | 54 | 0 | 12 | 11C | 49 | 30 |
| Octal | 243 | 41 | 322 | 26 | 124 | 0 | 22 | 434 | 111 | 60 |
| Binary | 10100011 | 100001 | 11010010 | 10110 | 1010100 | 0 | 10010 | 100011100 | 1001001 | 110000 |
Color Harmonies of #A321D2
Complementary color
Monochromatic Colors of #A321D2
Black with #A321D2
Text Example
Text Example
White with #A321D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321D2; }
p { color: rgb(163,33,210); }
H1.HeaderClassName
{
color: #A321D2;
}
.AnyTagClassName
{
color: #A321D2;
}
</style>
background-color css
<style>
a { background-color: #A321D2; }
a { background-color: rgb(163,33,210); }
div.DivClassName
{
background-color: #A321D2;
}
.BgClassName
{
background-color: #A321D2;
}
</style>
border-color css
<style>
span { border-color: #A321D2; }
span { border-color: rgb(163,33,210); }
td.TdClassName
{
border-color: #A321D2;
}
.TagClassName
{
border-color: #A321D2;
}
</style>