Shades of Dark Orchid #A122BD
Tints of Dark Orchid #A122BD
RGB
CMYK
RGB Variations
Color information
#A122BD (or 0xA122BD) is known color: Dark Orchid. HEX triplet: A1, 22 and BD. RGB value is (161,34,189). Sum of RGB (Red+Green+Blue) = 161+34+189=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #A122BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122BD is #5EDD42. Grayscale: #595959. Windows color (decimal): -6217027 or 12395169. OLE color: 12395169.
HSL color Cylindrical-coordinate representation of color #A122BD: hue angle of 289.16º 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 #A122BD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 34 | 189 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.26 |
| HSL | 289.16º | 0.7% | 0.44% | - |
| HSV(B) | 289.16º | 0.82% | 0.74% | - |
| XYZ | 24.46 | 12.4 | 49.25 | - |
| YUV | 89.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 189 | 0.15 | 0.82 | 0 | 0.26 | 289.16 | 0.7 | 0.44 |
| Hex | A1 | 22 | BD | F | 52 | 0 | 1A | 121 | 46 | 2C |
| Octal | 241 | 42 | 275 | 17 | 122 | 0 | 32 | 441 | 106 | 54 |
| Binary | 10100001 | 100010 | 10111101 | 1111 | 1010010 | 0 | 11010 | 100100001 | 1000110 | 101100 |
Color Harmonies of #A122BD
Complementary color
Monochromatic Colors of #A122BD
Black with #A122BD
Text Example
Text Example
White with #A122BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122BD; }
p { color: rgb(161,34,189); }
H1.HeaderClassName
{
color: #A122BD;
}
.AnyTagClassName
{
color: #A122BD;
}
</style>
background-color css
<style>
a { background-color: #A122BD; }
a { background-color: rgb(161,34,189); }
div.DivClassName
{
background-color: #A122BD;
}
.BgClassName
{
background-color: #A122BD;
}
</style>
border-color css
<style>
span { border-color: #A122BD; }
span { border-color: rgb(161,34,189); }
td.TdClassName
{
border-color: #A122BD;
}
.TagClassName
{
border-color: #A122BD;
}
</style>