Shades of Dark Orchid #A122DF
Tints of Dark Orchid #A122DF
RGB
CMYK
RGB Variations
Color information
#A122DF (or 0xA122DF) is known color: Dark Orchid. HEX triplet: A1, 22 and DF. RGB value is (161,34,223). Sum of RGB (Red+Green+Blue) = 161+34+223=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #A122DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122DF is #5EDD20. Grayscale: #5C5C5C. Windows color (decimal): -6216993 or 14623393. OLE color: 14623393.
HSL color Cylindrical-coordinate representation of color #A122DF: hue angle of 280.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A122DF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 34 | 223 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.13 |
| HSL | 280.32º | 0.75% | 0.5% | - |
| HSV(B) | 280.32º | 0.85% | 0.87% | - |
| XYZ | 28.59 | 14.05 | 71.02 | - |
| YUV | 93.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 223 | 0.28 | 0.85 | 0 | 0.13 | 280.32 | 0.75 | 0.5 |
| Hex | A1 | 22 | DF | 1C | 55 | 0 | D | 118 | 4B | 32 |
| Octal | 241 | 42 | 337 | 34 | 125 | 0 | 15 | 430 | 113 | 62 |
| Binary | 10100001 | 100010 | 11011111 | 11100 | 1010101 | 0 | 1101 | 100011000 | 1001011 | 110010 |
Color Harmonies of #A122DF
Complementary color
Monochromatic Colors of #A122DF
Black with #A122DF
Text Example
Text Example
White with #A122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122DF; }
p { color: rgb(161,34,223); }
H1.HeaderClassName
{
color: #A122DF;
}
.AnyTagClassName
{
color: #A122DF;
}
</style>
background-color css
<style>
a { background-color: #A122DF; }
a { background-color: rgb(161,34,223); }
div.DivClassName
{
background-color: #A122DF;
}
.BgClassName
{
background-color: #A122DF;
}
</style>
border-color css
<style>
span { border-color: #A122DF; }
span { border-color: rgb(161,34,223); }
td.TdClassName
{
border-color: #A122DF;
}
.TagClassName
{
border-color: #A122DF;
}
</style>