Shades of Dark Orchid #A632DF
Tints of Dark Orchid #A632DF
RGB
CMYK
RGB Variations
Color information
#A632DF (or 0xA632DF) is known color: Dark Orchid. HEX triplet: A6, 32 and DF. RGB value is (166,50,223). Sum of RGB (Red+Green+Blue) = 166+50+223=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A632DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632DF is #59CD20. Grayscale: #676767. Windows color (decimal): -5885217 or 14627494. OLE color: 14627494.
HSL color Cylindrical-coordinate representation of color #A632DF: hue angle of 280.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A632DF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 50 | 223 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.13 |
| HSL | 280.23º | 0.73% | 0.54% | - |
| HSV(B) | 280.23º | 0.78% | 0.87% | - |
| XYZ | 30.19 | 15.72 | 71.25 | - |
| YUV | 104.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 223 | 0.26 | 0.78 | 0 | 0.13 | 280.23 | 0.73 | 0.54 |
| Hex | A6 | 32 | DF | 1A | 4E | 0 | D | 118 | 49 | 36 |
| Octal | 246 | 62 | 337 | 32 | 116 | 0 | 15 | 430 | 111 | 66 |
| Binary | 10100110 | 110010 | 11011111 | 11010 | 1001110 | 0 | 1101 | 100011000 | 1001001 | 110110 |
Color Harmonies of #A632DF
Complementary color
Monochromatic Colors of #A632DF
Black with #A632DF
Text Example
Text Example
White with #A632DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632DF; }
p { color: rgb(166,50,223); }
H1.HeaderClassName
{
color: #A632DF;
}
.AnyTagClassName
{
color: #A632DF;
}
</style>
background-color css
<style>
a { background-color: #A632DF; }
a { background-color: rgb(166,50,223); }
div.DivClassName
{
background-color: #A632DF;
}
.BgClassName
{
background-color: #A632DF;
}
</style>
border-color css
<style>
span { border-color: #A632DF; }
span { border-color: rgb(166,50,223); }
td.TdClassName
{
border-color: #A632DF;
}
.TagClassName
{
border-color: #A632DF;
}
</style>