Shades of Dark Orchid #A122BE
Tints of Dark Orchid #A122BE
RGB
CMYK
RGB Variations
Color information
#A122BE (or 0xA122BE) is known color: Dark Orchid. HEX triplet: A1, 22 and BE. RGB value is (161,34,190). Sum of RGB (Red+Green+Blue) = 161+34+190=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A122BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122BE is #5EDD41. Grayscale: #595959. Windows color (decimal): -6217026 or 12460705. OLE color: 12460705.
HSL color Cylindrical-coordinate representation of color #A122BE: hue angle of 288.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A122BE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 34 | 190 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.25 |
| HSL | 288.85º | 0.7% | 0.44% | - |
| HSV(B) | 288.85º | 0.82% | 0.75% | - |
| XYZ | 24.56 | 12.44 | 49.82 | - |
| YUV | 89.76 | 184.58 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 190 | 0.15 | 0.82 | 0 | 0.25 | 288.85 | 0.7 | 0.44 |
| Hex | A1 | 22 | BE | F | 52 | 0 | 19 | 121 | 46 | 2C |
| Octal | 241 | 42 | 276 | 17 | 122 | 0 | 31 | 441 | 106 | 54 |
| Binary | 10100001 | 100010 | 10111110 | 1111 | 1010010 | 0 | 11001 | 100100001 | 1000110 | 101100 |
Color Harmonies of #A122BE
Complementary color
Monochromatic Colors of #A122BE
Black with #A122BE
Text Example
Text Example
White with #A122BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122BE; }
p { color: rgb(161,34,190); }
H1.HeaderClassName
{
color: #A122BE;
}
.AnyTagClassName
{
color: #A122BE;
}
</style>
background-color css
<style>
a { background-color: #A122BE; }
a { background-color: rgb(161,34,190); }
div.DivClassName
{
background-color: #A122BE;
}
.BgClassName
{
background-color: #A122BE;
}
</style>
border-color css
<style>
span { border-color: #A122BE; }
span { border-color: rgb(161,34,190); }
td.TdClassName
{
border-color: #A122BE;
}
.TagClassName
{
border-color: #A122BE;
}
</style>