Shades of Dark Orchid #A622DF
Tints of Dark Orchid #A622DF
RGB
CMYK
RGB Variations
Color information
#A622DF (or 0xA622DF) is known color: Dark Orchid. HEX triplet: A6, 22 and DF. RGB value is (166,34,223). Sum of RGB (Red+Green+Blue) = 166+34+223=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A622DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622DF is #59DD20. Grayscale: #5E5E5E. Windows color (decimal): -5889313 or 14623398. OLE color: 14623398.
HSL color Cylindrical-coordinate representation of color #A622DF: hue angle of 281.9º 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 #A622DF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 34 | 223 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.13 |
| HSL | 281.9º | 0.75% | 0.5% | - |
| HSV(B) | 281.9º | 0.85% | 0.87% | - |
| XYZ | 29.62 | 14.58 | 71.07 | - |
| YUV | 95.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 223 | 0.26 | 0.85 | 0 | 0.13 | 281.9 | 0.75 | 0.5 |
| Hex | A6 | 22 | DF | 1A | 55 | 0 | D | 11A | 4B | 32 |
| Octal | 246 | 42 | 337 | 32 | 125 | 0 | 15 | 432 | 113 | 62 |
| Binary | 10100110 | 100010 | 11011111 | 11010 | 1010101 | 0 | 1101 | 100011010 | 1001011 | 110010 |
Color Harmonies of #A622DF
Complementary color
Monochromatic Colors of #A622DF
Black with #A622DF
Text Example
Text Example
White with #A622DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622DF; }
p { color: rgb(166,34,223); }
H1.HeaderClassName
{
color: #A622DF;
}
.AnyTagClassName
{
color: #A622DF;
}
</style>
background-color css
<style>
a { background-color: #A622DF; }
a { background-color: rgb(166,34,223); }
div.DivClassName
{
background-color: #A622DF;
}
.BgClassName
{
background-color: #A622DF;
}
</style>
border-color css
<style>
span { border-color: #A622DF; }
span { border-color: rgb(166,34,223); }
td.TdClassName
{
border-color: #A622DF;
}
.TagClassName
{
border-color: #A622DF;
}
</style>