Shades of Dark Orchid #A632D9
Tints of Dark Orchid #A632D9
RGB
CMYK
RGB Variations
Color information
#A632D9 (or 0xA632D9) is known color: Dark Orchid. HEX triplet: A6, 32 and D9. RGB value is (166,50,217). Sum of RGB (Red+Green+Blue) = 166+50+217=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #A632D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632D9 is #59CD26. Grayscale: #676767. Windows color (decimal): -5885223 or 14234278. OLE color: 14234278.
HSL color Cylindrical-coordinate representation of color #A632D9: hue angle of 281.68º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A632D9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 50 | 217 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.15 |
| HSL | 281.68º | 0.69% | 0.52% | - |
| HSV(B) | 281.68º | 0.77% | 0.85% | - |
| XYZ | 29.39 | 15.4 | 67.07 | - |
| YUV | 103.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 217 | 0.24 | 0.77 | 0 | 0.15 | 281.68 | 0.69 | 0.52 |
| Hex | A6 | 32 | D9 | 18 | 4D | 0 | F | 11A | 45 | 34 |
| Octal | 246 | 62 | 331 | 30 | 115 | 0 | 17 | 432 | 105 | 64 |
| Binary | 10100110 | 110010 | 11011001 | 11000 | 1001101 | 0 | 1111 | 100011010 | 1000101 | 110100 |
Color Harmonies of #A632D9
Complementary color
Monochromatic Colors of #A632D9
Black with #A632D9
Text Example
Text Example
White with #A632D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632D9; }
p { color: rgb(166,50,217); }
H1.HeaderClassName
{
color: #A632D9;
}
.AnyTagClassName
{
color: #A632D9;
}
</style>
background-color css
<style>
a { background-color: #A632D9; }
a { background-color: rgb(166,50,217); }
div.DivClassName
{
background-color: #A632D9;
}
.BgClassName
{
background-color: #A632D9;
}
</style>
border-color css
<style>
span { border-color: #A632D9; }
span { border-color: rgb(166,50,217); }
td.TdClassName
{
border-color: #A632D9;
}
.TagClassName
{
border-color: #A632D9;
}
</style>