Shades of Dark Orchid #A322AD
Tints of Dark Orchid #A322AD
RGB
CMYK
RGB Variations
Color information
#A322AD (or 0xA322AD) is known color: Dark Orchid. HEX triplet: A3, 22 and AD. RGB value is (163,34,173). Sum of RGB (Red+Green+Blue) = 163+34+173=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #A322AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322AD is #5CDD52. Grayscale: #575757. Windows color (decimal): -6085971 or 11346595. OLE color: 11346595.
HSL color Cylindrical-coordinate representation of color #A322AD: hue angle of 295.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A322AD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 34 | 173 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.32 |
| HSL | 295.68º | 0.67% | 0.41% | - |
| HSV(B) | 295.68º | 0.8% | 0.68% | - |
| XYZ | 23.22 | 11.95 | 40.62 | - |
| YUV | 88.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 173 | 0.06 | 0.80 | 0 | 0.32 | 295.68 | 0.67 | 0.41 |
| Hex | A3 | 22 | AD | 6 | 50 | 0 | 20 | 128 | 43 | 29 |
| Octal | 243 | 42 | 255 | 6 | 120 | 0 | 40 | 450 | 103 | 51 |
| Binary | 10100011 | 100010 | 10101101 | 110 | 1010000 | 0 | 100000 | 100101000 | 1000011 | 101001 |
Color Harmonies of #A322AD
Complementary color
Monochromatic Colors of #A322AD
Black with #A322AD
Text Example
Text Example
White with #A322AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322AD; }
p { color: rgb(163,34,173); }
H1.HeaderClassName
{
color: #A322AD;
}
.AnyTagClassName
{
color: #A322AD;
}
</style>
background-color css
<style>
a { background-color: #A322AD; }
a { background-color: rgb(163,34,173); }
div.DivClassName
{
background-color: #A322AD;
}
.BgClassName
{
background-color: #A322AD;
}
</style>
border-color css
<style>
span { border-color: #A322AD; }
span { border-color: rgb(163,34,173); }
td.TdClassName
{
border-color: #A322AD;
}
.TagClassName
{
border-color: #A322AD;
}
</style>