Shades of Dark Orchid #A122AC
Tints of Dark Orchid #A122AC
RGB
CMYK
RGB Variations
Color information
#A122AC (or 0xA122AC) is known color: Dark Orchid. HEX triplet: A1, 22 and AC. RGB value is (161,34,172). Sum of RGB (Red+Green+Blue) = 161+34+172=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A122AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A122AC is #5EDD53. Grayscale: #575757. Windows color (decimal): -6217044 or 11281057. OLE color: 11281057.
HSL color Cylindrical-coordinate representation of color #A122AC: hue angle of 295.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A122AC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 34 | 172 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.33 |
| HSL | 295.22º | 0.67% | 0.4% | - |
| HSV(B) | 295.22º | 0.8% | 0.67% | - |
| XYZ | 22.72 | 11.7 | 40.09 | - |
| YUV | 87.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 172 | 0.06 | 0.80 | 0 | 0.33 | 295.22 | 0.67 | 0.4 |
| Hex | A1 | 22 | AC | 6 | 50 | 0 | 21 | 127 | 43 | 28 |
| Octal | 241 | 42 | 254 | 6 | 120 | 0 | 41 | 447 | 103 | 50 |
| Binary | 10100001 | 100010 | 10101100 | 110 | 1010000 | 0 | 100001 | 100100111 | 1000011 | 101000 |
Color Harmonies of #A122AC
Complementary color
Monochromatic Colors of #A122AC
Black with #A122AC
Text Example
Text Example
White with #A122AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122AC; }
p { color: rgb(161,34,172); }
H1.HeaderClassName
{
color: #A122AC;
}
.AnyTagClassName
{
color: #A122AC;
}
</style>
background-color css
<style>
a { background-color: #A122AC; }
a { background-color: rgb(161,34,172); }
div.DivClassName
{
background-color: #A122AC;
}
.BgClassName
{
background-color: #A122AC;
}
</style>
border-color css
<style>
span { border-color: #A122AC; }
span { border-color: rgb(161,34,172); }
td.TdClassName
{
border-color: #A122AC;
}
.TagClassName
{
border-color: #A122AC;
}
</style>