Shades of Dark Orchid #A322BD
Tints of Dark Orchid #A322BD
RGB
CMYK
RGB Variations
Color information
#A322BD (or 0xA322BD) is known color: Dark Orchid. HEX triplet: A3, 22 and BD. RGB value is (163,34,189). Sum of RGB (Red+Green+Blue) = 163+34+189=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #A322BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322BD is #5CDD42. Grayscale: #595959. Windows color (decimal): -6085955 or 12395171. OLE color: 12395171.
HSL color Cylindrical-coordinate representation of color #A322BD: hue angle of 289.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A322BD is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 34 | 189 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.26 |
| HSL | 289.94º | 0.7% | 0.44% | - |
| HSV(B) | 289.94º | 0.82% | 0.74% | - |
| XYZ | 24.86 | 12.6 | 49.27 | - |
| YUV | 90.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 189 | 0.14 | 0.82 | 0 | 0.26 | 289.94 | 0.7 | 0.44 |
| Hex | A3 | 22 | BD | E | 52 | 0 | 1A | 122 | 46 | 2C |
| Octal | 243 | 42 | 275 | 16 | 122 | 0 | 32 | 442 | 106 | 54 |
| Binary | 10100011 | 100010 | 10111101 | 1110 | 1010010 | 0 | 11010 | 100100010 | 1000110 | 101100 |
Color Harmonies of #A322BD
Complementary color
Monochromatic Colors of #A322BD
Black with #A322BD
Text Example
Text Example
White with #A322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322BD; }
p { color: rgb(163,34,189); }
H1.HeaderClassName
{
color: #A322BD;
}
.AnyTagClassName
{
color: #A322BD;
}
</style>
background-color css
<style>
a { background-color: #A322BD; }
a { background-color: rgb(163,34,189); }
div.DivClassName
{
background-color: #A322BD;
}
.BgClassName
{
background-color: #A322BD;
}
</style>
border-color css
<style>
span { border-color: #A322BD; }
span { border-color: rgb(163,34,189); }
td.TdClassName
{
border-color: #A322BD;
}
.TagClassName
{
border-color: #A322BD;
}
</style>