Shades of Dark Orchid #A634DF
Tints of Dark Orchid #A634DF
RGB
CMYK
RGB Variations
Color information
#A634DF (or 0xA634DF) is known color: Dark Orchid. HEX triplet: A6, 34 and DF. RGB value is (166,52,223). Sum of RGB (Red+Green+Blue) = 166+52+223=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #A634DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634DF is #59CB20. Grayscale: #696969. Windows color (decimal): -5884705 or 14628006. OLE color: 14628006.
HSL color Cylindrical-coordinate representation of color #A634DF: hue angle of 280º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A634DF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 52 | 223 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.13 |
| HSL | 280º | 0.73% | 0.54% | - |
| HSV(B) | 280º | 0.77% | 0.87% | - |
| XYZ | 30.27 | 15.89 | 71.28 | - |
| YUV | 105.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 223 | 0.26 | 0.77 | 0 | 0.13 | 280 | 0.73 | 0.54 |
| Hex | A6 | 34 | DF | 1A | 4D | 0 | D | 118 | 49 | 36 |
| Octal | 246 | 64 | 337 | 32 | 115 | 0 | 15 | 430 | 111 | 66 |
| Binary | 10100110 | 110100 | 11011111 | 11010 | 1001101 | 0 | 1101 | 100011000 | 1001001 | 110110 |
Color Harmonies of #A634DF
Complementary color
Monochromatic Colors of #A634DF
Black with #A634DF
Text Example
Text Example
White with #A634DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634DF; }
p { color: rgb(166,52,223); }
H1.HeaderClassName
{
color: #A634DF;
}
.AnyTagClassName
{
color: #A634DF;
}
</style>
background-color css
<style>
a { background-color: #A634DF; }
a { background-color: rgb(166,52,223); }
div.DivClassName
{
background-color: #A634DF;
}
.BgClassName
{
background-color: #A634DF;
}
</style>
border-color css
<style>
span { border-color: #A634DF; }
span { border-color: rgb(166,52,223); }
td.TdClassName
{
border-color: #A634DF;
}
.TagClassName
{
border-color: #A634DF;
}
</style>