Shades of Dark Orchid #A121DF
Tints of Dark Orchid #A121DF
RGB
CMYK
RGB Variations
Color information
#A121DF (or 0xA121DF) is known color: Dark Orchid. HEX triplet: A1, 21 and DF. RGB value is (161,33,223). Sum of RGB (Red+Green+Blue) = 161+33+223=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A121DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121DF is #5EDE20. Grayscale: #5C5C5C. Windows color (decimal): -6217249 or 14623137. OLE color: 14623137.
HSL color Cylindrical-coordinate representation of color #A121DF: hue angle of 280.42º 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 #A121DF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 33 | 223 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.13 |
| HSL | 280.42º | 0.75% | 0.5% | - |
| HSV(B) | 280.42º | 0.85% | 0.87% | - |
| XYZ | 28.56 | 13.99 | 71.01 | - |
| YUV | 92.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 223 | 0.28 | 0.85 | 0 | 0.13 | 280.42 | 0.75 | 0.5 |
| Hex | A1 | 21 | DF | 1C | 55 | 0 | D | 118 | 4B | 32 |
| Octal | 241 | 41 | 337 | 34 | 125 | 0 | 15 | 430 | 113 | 62 |
| Binary | 10100001 | 100001 | 11011111 | 11100 | 1010101 | 0 | 1101 | 100011000 | 1001011 | 110010 |
Color Harmonies of #A121DF
Complementary color
Monochromatic Colors of #A121DF
Black with #A121DF
Text Example
Text Example
White with #A121DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121DF; }
p { color: rgb(161,33,223); }
H1.HeaderClassName
{
color: #A121DF;
}
.AnyTagClassName
{
color: #A121DF;
}
</style>
background-color css
<style>
a { background-color: #A121DF; }
a { background-color: rgb(161,33,223); }
div.DivClassName
{
background-color: #A121DF;
}
.BgClassName
{
background-color: #A121DF;
}
</style>
border-color css
<style>
span { border-color: #A121DF; }
span { border-color: rgb(161,33,223); }
td.TdClassName
{
border-color: #A121DF;
}
.TagClassName
{
border-color: #A121DF;
}
</style>